Shades of Dark Goldenrod #BB6D06
Tints of Dark Goldenrod #BB6D06
RGB
CMYK
RGB Variations
Color information
#BB6D06 (or 0xBB6D06) is known color: Dark Goldenrod. HEX triplet: BB, 6D and 06. RGB value is (187,109,6). Sum of RGB (Red+Green+Blue) = 187+109+6=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 109 (42.97% from 255 or 36.09% from 302); Blue value is 6 (2.73% from 255 or 1.99% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6D06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6D06 is #4492F9. Grayscale: #797979. Windows color (decimal): -4494074 or 421307. OLE color: 421307.
HSL color Cylindrical-coordinate representation of color #BB6D06: hue angle of 34.14º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB6D06 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 109 | 6 | - |
| CMYK | 0 | 0.42 | 0.97 | 0.27 |
| HSL | 34.14º | 0.94% | 0.38% | - |
| HSV(B) | 34.14º | 0.97% | 0.73% | - |
| XYZ | 26 | 21.52 | 2.96 | - |
| YUV | 120.58 | 63.34 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 109 | 6 | 0 | 0.42 | 0.97 | 0.27 | 34.14 | 0.94 | 0.38 |
| Hex | BB | 6D | 6 | 0 | 2A | 61 | 1B | 22 | 5E | 26 |
| Octal | 273 | 155 | 6 | 0 | 52 | 141 | 33 | 42 | 136 | 46 |
| Binary | 10111011 | 1101101 | 110 | 0 | 101010 | 1100001 | 11011 | 100010 | 1011110 | 100110 |
Color Harmonies of #BB6D06
Complementary color
Monochromatic Colors of #BB6D06
Black with #BB6D06
Text Example
Text Example
White with #BB6D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6D06; }
p { color: rgb(187,109,6); }
H1.HeaderClassName
{
color: #BB6D06;
}
.AnyTagClassName
{
color: #BB6D06;
}
</style>
background-color css
<style>
a { background-color: #BB6D06; }
a { background-color: rgb(187,109,6); }
div.DivClassName
{
background-color: #BB6D06;
}
.BgClassName
{
background-color: #BB6D06;
}
</style>
border-color css
<style>
span { border-color: #BB6D06; }
span { border-color: rgb(187,109,6); }
td.TdClassName
{
border-color: #BB6D06;
}
.TagClassName
{
border-color: #BB6D06;
}
</style>