#BD7E06

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

Shades of Dark Goldenrod #BD7E06

Tints of Dark Goldenrod #BD7E06

Color information

#BD7E06 (or 0xBD7E06) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 7E and 06. RGB value is (189,126,6). Sum of RGB (Red+Green+Blue) = 189+126+6=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 6 (2.73% from 255 or 1.87% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7E06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7E06 is #4281F9. Grayscale: #838383. Windows color (decimal): -4358650 or 425661. OLE color: 425661.

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

Color convert

RGB1891266-
CMYK00.330.970.26
HSL39.34º93.85%38.24%-
HSV(B)39.34º96.83%74.12%-
XYZ28.4825.753.64-
YUV131.1657.37169.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.88%
GREEN value IS 126 (49.61% from 255) = 39.25%
BLUE value IS 6 (2.73% from 255) = 1.87%
R=58.88%
G=39.25%
B=1.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189126600.330.970.2639.3493.8538.24
HexBD7E6021611A275e26
Octal2751766041141324713646
Binary10111101111111011001000011100001110101001111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7E06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7E06; }

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

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

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

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

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

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

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

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