#BD7D2A

Color #BD7D2A Pirate Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pirate Gold #BD7D2A

Tints of Pirate Gold #BD7D2A

Color information

#BD7D2A (or 0xBD7D2A) is unknown color: approx Pirate Gold. HEX triplet: BD, 7D and 2A. RGB value is (189,125,42). Sum of RGB (Red+Green+Blue) = 189+125+42=356 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.09% from 356); Green value is 125 (49.22% from 255 or 35.11% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7D2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7D2A is #4282D5. Grayscale: #878787. Windows color (decimal): -4358870 or 2784701. OLE color: 2784701.

HSL color Cylindrical-coordinate representation of color #BD7D2A: hue angle of 33.88º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD7D2A is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB18912542-
CMYK00.340.780.26
HSL33.88º63.64%45.29%-
HSV(B)33.88º77.78%74.12%-
XYZ28.7425.655.63-
YUV134.6775.7166.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 53.09%
GREEN value IS 125 (49.22% from 255) = 35.11%
BLUE value IS 42 (16.80% from 255) = 11.80%
R=53.09%
G=35.11%
B=11.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891254200.340.780.2633.8863.6445.29
HexBD7D2A0224E1A22402d
Octal27517552042116324210055
Binary10111101111110110101001000101001110110101000101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7D2A; }

 p { color: rgb(189,125,42); }

 H1.HeaderClassName
 {
   color: #BD7D2A;
 }
 .AnyTagClassName
 {
   color: #BD7D2A;
 }
</style>
background-color css

<style>
 a { background-color: #BD7D2A; }

 a { background-color: rgb(189,125,42); }

 div.DivClassName
 {
   background-color: #BD7D2A;
 }
 .BgClassName
 {
   background-color: #BD7D2A;
 }
</style>
border-color css

<style>
 span { border-color: #BD7D2A; }

 span { border-color: rgb(189,125,42); }

 td.TdClassName
 {
   border-color: #BD7D2A;
 }
 .TagClassName
 {
   border-color: #BD7D2A;
 }
</style>