Shades of Dark Goldenrod #BB8601
Tints of Dark Goldenrod #BB8601
RGB
CMYK
RGB Variations
Color information
#BB8601 (or 0xBB8601) is known color: Dark Goldenrod. HEX triplet: BB, 86 and 01. RGB value is (187,134,1). Sum of RGB (Red+Green+Blue) = 187+134+1=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8601 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8601 is #4479FE. Grayscale: #878787. Windows color (decimal): -4487679 or 100027. OLE color: 100027.
HSL color Cylindrical-coordinate representation of color #BB8601: hue angle of 42.9º 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 #BB8601 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 134 | 1 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.27 |
| HSL | 42.9º | 0.99% | 0.37% | - |
| HSV(B) | 42.9º | 0.99% | 0.73% | - |
| XYZ | 29.02 | 27.62 | 3.83 | - |
| YUV | 134.69 | 52.56 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 134 | 1 | 0 | 0.28 | 0.99 | 0.27 | 42.9 | 0.99 | 0.37 |
| Hex | BB | 86 | 1 | 0 | 1C | 63 | 1B | 2B | 63 | 25 |
| Octal | 273 | 206 | 1 | 0 | 34 | 143 | 33 | 53 | 143 | 45 |
| Binary | 10111011 | 10000110 | 1 | 0 | 11100 | 1100011 | 11011 | 101011 | 1100011 | 100101 |
Color Harmonies of #BB8601
Complementary color
Monochromatic Colors of #BB8601
Black with #BB8601
Text Example
Text Example
White with #BB8601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8601; }
p { color: rgb(187,134,1); }
H1.HeaderClassName
{
color: #BB8601;
}
.AnyTagClassName
{
color: #BB8601;
}
</style>
background-color css
<style>
a { background-color: #BB8601; }
a { background-color: rgb(187,134,1); }
div.DivClassName
{
background-color: #BB8601;
}
.BgClassName
{
background-color: #BB8601;
}
</style>
border-color css
<style>
span { border-color: #BB8601; }
span { border-color: rgb(187,134,1); }
td.TdClassName
{
border-color: #BB8601;
}
.TagClassName
{
border-color: #BB8601;
}
</style>