#BD7E0C

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

Shades of Dark Goldenrod #BD7E0C

Tints of Dark Goldenrod #BD7E0C

Color information

#BD7E0C (or 0xBD7E0C) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 7E and 0C. RGB value is (189,126,12). Sum of RGB (Red+Green+Blue) = 189+126+12=327 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.80% from 327); Green value is 126 (49.61% from 255 or 38.53% from 327); Blue value is 12 (5.08% from 255 or 3.67% from 327); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7E0C is #4281F3. Grayscale: #848484. Windows color (decimal): -4358644 or 818877. OLE color: 818877.

HSL color Cylindrical-coordinate representation of color #BD7E0C: hue angle of 38.64º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD7E0C is Cyan = 0, Magento = 0.33, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB18912612-
CMYK00.330.940.26
HSL38.64º88.06%39.41%-
HSV(B)38.64º93.65%74.12%-
XYZ28.5125.773.82-
YUV131.8460.37168.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.80%
GREEN value IS 126 (49.61% from 255) = 38.53%
BLUE value IS 12 (5.08% from 255) = 3.67%
R=57.80%
G=38.53%
B=3.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891261200.330.940.2638.6488.0639.41
HexBD7EC0215E1A275827
Octal27517614041136324713047
Binary101111011111110110001000011011110110101001111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7E0C; }

 p { color: rgb(189,126,12); }

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

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

 a { background-color: rgb(189,126,12); }

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

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

 span { border-color: rgb(189,126,12); }

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