Shades of Dark Goldenrod #BB850F
Tints of Dark Goldenrod #BB850F
RGB
CMYK
RGB Variations
Color information
#BB850F (or 0xBB850F) is known color: Dark Goldenrod. HEX triplet: BB, 85 and 0F. RGB value is (187,133,15). Sum of RGB (Red+Green+Blue) = 187+133+15=335 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.82% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 15 (6.25% from 255 or 4.48% from 335); Max value from RGB is 187 - color contains mainly: red. Hex color #BB850F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB850F is #447AF0. Grayscale: #888888. Windows color (decimal): -4487921 or 1017275. OLE color: 1017275.
HSL color Cylindrical-coordinate representation of color #BB850F: hue angle of 41.16º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB850F is Cyan = 0, Magento = 0.29, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 133 | 15 | - |
| CMYK | 0 | 0.29 | 0.92 | 0.27 |
| HSL | 41.16º | 0.85% | 0.4% | - |
| HSV(B) | 41.16º | 0.92% | 0.73% | - |
| XYZ | 28.97 | 27.37 | 4.21 | - |
| YUV | 135.69 | 59.89 | 164.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 133 | 15 | 0 | 0.29 | 0.92 | 0.27 | 41.16 | 0.85 | 0.4 |
| Hex | BB | 85 | F | 0 | 1D | 5C | 1B | 29 | 55 | 28 |
| Octal | 273 | 205 | 17 | 0 | 35 | 134 | 33 | 51 | 125 | 50 |
| Binary | 10111011 | 10000101 | 1111 | 0 | 11101 | 1011100 | 11011 | 101001 | 1010101 | 101000 |
Color Harmonies of #BB850F
Complementary color
Monochromatic Colors of #BB850F
Black with #BB850F
Text Example
Text Example
White with #BB850F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB850F; }
p { color: rgb(187,133,15); }
H1.HeaderClassName
{
color: #BB850F;
}
.AnyTagClassName
{
color: #BB850F;
}
</style>
background-color css
<style>
a { background-color: #BB850F; }
a { background-color: rgb(187,133,15); }
div.DivClassName
{
background-color: #BB850F;
}
.BgClassName
{
background-color: #BB850F;
}
</style>
border-color css
<style>
span { border-color: #BB850F; }
span { border-color: rgb(187,133,15); }
td.TdClassName
{
border-color: #BB850F;
}
.TagClassName
{
border-color: #BB850F;
}
</style>