Shades of Dark Goldenrod #BB8501
Tints of Dark Goldenrod #BB8501
RGB
CMYK
RGB Variations
Color information
#BB8501 (or 0xBB8501) is known color: Dark Goldenrod. HEX triplet: BB, 85 and 01. RGB value is (187,133,1). Sum of RGB (Red+Green+Blue) = 187+133+1=321 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.26% from 321); Green value is 133 (52.34% from 255 or 41.43% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8501 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8501 is #447AFE. Grayscale: #868686. Windows color (decimal): -4487935 or 99771. OLE color: 99771.
HSL color Cylindrical-coordinate representation of color #BB8501: hue angle of 42.58º 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 #BB8501 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 133 | 1 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.27 |
| HSL | 42.58º | 0.99% | 0.37% | - |
| HSV(B) | 42.58º | 0.99% | 0.73% | - |
| XYZ | 28.89 | 27.34 | 3.78 | - |
| YUV | 134.1 | 52.89 | 165.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 133 | 1 | 0 | 0.29 | 0.99 | 0.27 | 42.58 | 0.99 | 0.37 |
| Hex | BB | 85 | 1 | 0 | 1D | 63 | 1B | 2B | 63 | 25 |
| Octal | 273 | 205 | 1 | 0 | 35 | 143 | 33 | 53 | 143 | 45 |
| Binary | 10111011 | 10000101 | 1 | 0 | 11101 | 1100011 | 11011 | 101011 | 1100011 | 100101 |
Color Harmonies of #BB8501
Complementary color
Monochromatic Colors of #BB8501
Black with #BB8501
Text Example
Text Example
White with #BB8501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8501; }
p { color: rgb(187,133,1); }
H1.HeaderClassName
{
color: #BB8501;
}
.AnyTagClassName
{
color: #BB8501;
}
</style>
background-color css
<style>
a { background-color: #BB8501; }
a { background-color: rgb(187,133,1); }
div.DivClassName
{
background-color: #BB8501;
}
.BgClassName
{
background-color: #BB8501;
}
</style>
border-color css
<style>
span { border-color: #BB8501; }
span { border-color: rgb(187,133,1); }
td.TdClassName
{
border-color: #BB8501;
}
.TagClassName
{
border-color: #BB8501;
}
</style>