#BD6D06

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

Shades of Dark Goldenrod #BD6D06

Tints of Dark Goldenrod #BD6D06

Color information

#BD6D06 (or 0xBD6D06) is unknown color: approx Dark Goldenrod. HEX triplet: BD, 6D and 06. RGB value is (189,109,6). Sum of RGB (Red+Green+Blue) = 189+109+6=304 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.17% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 6 (2.73% from 255 or 1.97% from 304); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6D06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD6D06 is #4292F9. Grayscale: #797979. Windows color (decimal): -4363002 or 421309. OLE color: 421309.

HSL color Cylindrical-coordinate representation of color #BD6D06: hue angle of 33.77º 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 #BD6D06 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB1891096-
CMYK00.420.970.26
HSL33.77º93.85%38.24%-
HSV(B)33.77º96.83%74.12%-
XYZ26.4921.772.98-
YUV121.1863176.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 62.17%
GREEN value IS 109 (42.97% from 255) = 35.86%
BLUE value IS 6 (2.73% from 255) = 1.97%
R=62.17%
G=35.86%
B=1.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189109600.420.970.2633.7793.8538.24
HexBD6D602A611A225e26
Octal2751556052141324213646
Binary10111101110110111001010101100001110101000101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6D06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6D06; }

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

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

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

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

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

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

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

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