#BD7919

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

Shades of Pirate Gold #BD7919

Tints of Pirate Gold #BD7919

Color information

#BD7919 (or 0xBD7919) is unknown color: approx Pirate Gold. HEX triplet: BD, 79 and 19. RGB value is (189,121,25). Sum of RGB (Red+Green+Blue) = 189+121+25=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 121 (47.66% from 255 or 36.12% from 335); Blue value is 25 (10.16% from 255 or 7.46% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7919 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7919 is #4286E6. Grayscale: #828282. Windows color (decimal): -4359911 or 1669565. OLE color: 1669565.

HSL color Cylindrical-coordinate representation of color #BD7919: hue angle of 35.12º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD7919 is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB18912125-
CMYK00.360.870.26
HSL35.12º76.64%41.96%-
HSV(B)35.12º86.77%74.12%-
XYZ2824.564.19-
YUV130.3968.53169.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.42%
GREEN value IS 121 (47.66% from 255) = 36.12%
BLUE value IS 25 (10.16% from 255) = 7.46%
R=56.42%
G=36.12%
B=7.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.87
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891212500.360.870.2635.1276.6441.96
HexBD7919024571A234d2a
Octal27517131044127324311552
Binary1011110111110011100101001001010111110101000111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7919; }

 p { color: rgb(189,121,25); }

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

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

 a { background-color: rgb(189,121,25); }

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

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

 span { border-color: rgb(189,121,25); }

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