Shades of Dark Goldenrod #BB6E08
Tints of Dark Goldenrod #BB6E08
RGB
CMYK
RGB Variations
Color information
#BB6E08 (or 0xBB6E08) is known color: Dark Goldenrod. HEX triplet: BB, 6E and 08. RGB value is (187,110,8). Sum of RGB (Red+Green+Blue) = 187+110+8=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 110 (43.36% from 255 or 36.07% from 305); Blue value is 8 (3.52% from 255 or 2.62% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6E08 is #4491F7. Grayscale: #797979. Windows color (decimal): -4493816 or 552635. OLE color: 552635.
HSL color Cylindrical-coordinate representation of color #BB6E08: hue angle of 34.19º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB6E08 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 110 | 8 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.27 |
| HSL | 34.19º | 0.92% | 0.38% | - |
| HSV(B) | 34.19º | 0.96% | 0.73% | - |
| XYZ | 26.11 | 21.73 | 3.05 | - |
| YUV | 121.4 | 64.01 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 110 | 8 | 0 | 0.41 | 0.96 | 0.27 | 34.19 | 0.92 | 0.38 |
| Hex | BB | 6E | 8 | 0 | 29 | 60 | 1B | 22 | 5C | 26 |
| Octal | 273 | 156 | 10 | 0 | 51 | 140 | 33 | 42 | 134 | 46 |
| Binary | 10111011 | 1101110 | 1000 | 0 | 101001 | 1100000 | 11011 | 100010 | 1011100 | 100110 |
Color Harmonies of #BB6E08
Complementary color
Monochromatic Colors of #BB6E08
Black with #BB6E08
Text Example
Text Example
White with #BB6E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6E08; }
p { color: rgb(187,110,8); }
H1.HeaderClassName
{
color: #BB6E08;
}
.AnyTagClassName
{
color: #BB6E08;
}
</style>
background-color css
<style>
a { background-color: #BB6E08; }
a { background-color: rgb(187,110,8); }
div.DivClassName
{
background-color: #BB6E08;
}
.BgClassName
{
background-color: #BB6E08;
}
</style>
border-color css
<style>
span { border-color: #BB6E08; }
span { border-color: rgb(187,110,8); }
td.TdClassName
{
border-color: #BB6E08;
}
.TagClassName
{
border-color: #BB6E08;
}
</style>