Shades of Dark Goldenrod #BB8500
Tints of Dark Goldenrod #BB8500
RGB
CMYK
RGB Variations
Color information
#BB8500 (or 0xBB8500) is known color: Dark Goldenrod. HEX triplet: BB, 85 and 00. RGB value is (187,133,0). Sum of RGB (Red+Green+Blue) = 187+133+0=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8500 is #447AFF. Grayscale: #868686. Windows color (decimal): -4487936 or 34235. OLE color: 34235.
HSL color Cylindrical-coordinate representation of color #BB8500: hue angle of 42.67º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB8500 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 133 | 0 | - |
| CMYK | 0 | 0.29 | 1 | 0.27 |
| HSL | 42.67º | 1% | 0.37% | - |
| HSV(B) | 42.67º | 1% | 0.73% | - |
| XYZ | 28.88 | 27.34 | 3.75 | - |
| YUV | 133.98 | 52.39 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 133 | 0 | 0 | 0.29 | 1 | 0.27 | 42.67 | 1 | 0.37 |
| Hex | BB | 85 | 0 | 0 | 1D | 64 | 1B | 2B | 64 | 25 |
| Octal | 273 | 205 | 0 | 0 | 35 | 144 | 33 | 53 | 144 | 45 |
| Binary | 10111011 | 10000101 | 0 | 0 | 11101 | 1100100 | 11011 | 101011 | 1100100 | 100101 |
Color Harmonies of #BB8500
Complementary color
Monochromatic Colors of #BB8500
Black with #BB8500
Text Example
Text Example
White with #BB8500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8500; }
p { color: rgb(187,133,0); }
H1.HeaderClassName
{
color: #BB8500;
}
.AnyTagClassName
{
color: #BB8500;
}
</style>
background-color css
<style>
a { background-color: #BB8500; }
a { background-color: rgb(187,133,0); }
div.DivClassName
{
background-color: #BB8500;
}
.BgClassName
{
background-color: #BB8500;
}
</style>
border-color css
<style>
span { border-color: #BB8500; }
span { border-color: rgb(187,133,0); }
td.TdClassName
{
border-color: #BB8500;
}
.TagClassName
{
border-color: #BB8500;
}
</style>