Shades of Dark Goldenrod #BB8C01
Tints of Dark Goldenrod #BB8C01
RGB
CMYK
RGB Variations
Color information
#BB8C01 (or 0xBB8C01) is known color: Dark Goldenrod. HEX triplet: BB, 8C and 01. RGB value is (187,140,1). Sum of RGB (Red+Green+Blue) = 187+140+1=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 140 (55.08% from 255 or 42.68% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8C01 is #4473FE. Grayscale: #8A8A8A. Windows color (decimal): -4486143 or 101563. OLE color: 101563.
HSL color Cylindrical-coordinate representation of color #BB8C01: hue angle of 44.84º 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 #BB8C01 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 140 | 1 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.27 |
| HSL | 44.84º | 0.99% | 0.37% | - |
| HSV(B) | 44.84º | 0.99% | 0.73% | - |
| XYZ | 29.88 | 29.32 | 4.11 | - |
| YUV | 138.21 | 50.57 | 162.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 140 | 1 | 0 | 0.25 | 0.99 | 0.27 | 44.84 | 0.99 | 0.37 |
| Hex | BB | 8C | 1 | 0 | 19 | 63 | 1B | 2D | 63 | 25 |
| Octal | 273 | 214 | 1 | 0 | 31 | 143 | 33 | 55 | 143 | 45 |
| Binary | 10111011 | 10001100 | 1 | 0 | 11001 | 1100011 | 11011 | 101101 | 1100011 | 100101 |
Color Harmonies of #BB8C01
Complementary color
Monochromatic Colors of #BB8C01
Black with #BB8C01
Text Example
Text Example
White with #BB8C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8C01; }
p { color: rgb(187,140,1); }
H1.HeaderClassName
{
color: #BB8C01;
}
.AnyTagClassName
{
color: #BB8C01;
}
</style>
background-color css
<style>
a { background-color: #BB8C01; }
a { background-color: rgb(187,140,1); }
div.DivClassName
{
background-color: #BB8C01;
}
.BgClassName
{
background-color: #BB8C01;
}
</style>
border-color css
<style>
span { border-color: #BB8C01; }
span { border-color: rgb(187,140,1); }
td.TdClassName
{
border-color: #BB8C01;
}
.TagClassName
{
border-color: #BB8C01;
}
</style>