Shades of Dark Goldenrod #BB6E01
Tints of Dark Goldenrod #BB6E01
RGB
CMYK
RGB Variations
Color information
#BB6E01 (or 0xBB6E01) is known color: Dark Goldenrod. HEX triplet: BB, 6E and 01. RGB value is (187,110,1). Sum of RGB (Red+Green+Blue) = 187+110+1=298 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.75% from 298); Green value is 110 (43.36% from 255 or 36.91% from 298); Blue value is 1 (0.78% from 255 or 0.34% from 298); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6E01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6E01 is #4491FE. Grayscale: #797979. Windows color (decimal): -4493823 or 93883. OLE color: 93883.
HSL color Cylindrical-coordinate representation of color #BB6E01: hue angle of 35.16º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB6E01 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 110 | 1 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.27 |
| HSL | 35.16º | 0.99% | 0.37% | - |
| HSV(B) | 35.16º | 0.99% | 0.73% | - |
| XYZ | 26.07 | 21.72 | 2.85 | - |
| YUV | 120.6 | 60.51 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 110 | 1 | 0 | 0.41 | 0.99 | 0.27 | 35.16 | 0.99 | 0.37 |
| Hex | BB | 6E | 1 | 0 | 29 | 63 | 1B | 23 | 63 | 25 |
| Octal | 273 | 156 | 1 | 0 | 51 | 143 | 33 | 43 | 143 | 45 |
| Binary | 10111011 | 1101110 | 1 | 0 | 101001 | 1100011 | 11011 | 100011 | 1100011 | 100101 |
Color Harmonies of #BB6E01
Complementary color
Monochromatic Colors of #BB6E01
Black with #BB6E01
Text Example
Text Example
White with #BB6E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6E01; }
p { color: rgb(187,110,1); }
H1.HeaderClassName
{
color: #BB6E01;
}
.AnyTagClassName
{
color: #BB6E01;
}
</style>
background-color css
<style>
a { background-color: #BB6E01; }
a { background-color: rgb(187,110,1); }
div.DivClassName
{
background-color: #BB6E01;
}
.BgClassName
{
background-color: #BB6E01;
}
</style>
border-color css
<style>
span { border-color: #BB6E01; }
span { border-color: rgb(187,110,1); }
td.TdClassName
{
border-color: #BB6E01;
}
.TagClassName
{
border-color: #BB6E01;
}
</style>