#BD7C12

Color #BD7C12 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #BD7C12

Tints of Dark Goldenrod #BD7C12

Color information

#BD7C12 (or 0xBD7C12) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 7C and 12. RGB value is (189,124,18). Sum of RGB (Red+Green+Blue) = 189+124+18=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7C12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7C12 is #4283ED. Grayscale: #838383. Windows color (decimal): -4359150 or 1211581. OLE color: 1211581.

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

Color convert

RGB18912418-
CMYK00.340.900.26
HSL37.19º82.61%40.59%-
HSV(B)37.19º90.48%74.12%-
XYZ28.325.283.96-
YUV131.3564.03169.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.10%
GREEN value IS 124 (48.83% from 255) = 37.46%
BLUE value IS 18 (7.42% from 255) = 5.44%
R=57.10%
G=37.46%
B=5.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.90
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891241800.340.900.2637.1982.6140.59
HexBD7C120225A1A255329
Octal27517422042132324512351
Binary1011110111111001001001000101011010110101001011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7C12; }

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

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

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

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

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

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

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

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