#BD7C20

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

Shades of Pirate Gold #BD7C20

Tints of Pirate Gold #BD7C20

Color information

#BD7C20 (or 0xBD7C20) is unknown color: approx Pirate Gold. HEX triplet: BD, 7C and 20. RGB value is (189,124,32). Sum of RGB (Red+Green+Blue) = 189+124+32=345 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.78% from 345); Green value is 124 (48.83% from 255 or 35.94% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7C20 is #4283DF. Grayscale: #858585. Windows color (decimal): -4359136 or 2129085. OLE color: 2129085.

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

Color convert

RGB18912432-
CMYK00.340.830.26
HSL35.16º71.04%43.33%-
HSV(B)35.16º83.07%74.12%-
XYZ28.4525.344.76-
YUV132.9571.03167.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 54.78%
GREEN value IS 124 (48.83% from 255) = 35.94%
BLUE value IS 32 (12.89% from 255) = 9.28%
R=54.78%
G=35.94%
B=9.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.83
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891243200.340.830.2635.1671.0443.33
HexBD7C20022531A23472b
Octal27517440042123324310753
Binary10111101111110010000001000101010011110101000111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7C20; }

 p { color: rgb(189,124,32); }

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

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

 a { background-color: rgb(189,124,32); }

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

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

 span { border-color: rgb(189,124,32); }

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