Shades of Dark Goldenrod #BB860C
Tints of Dark Goldenrod #BB860C
RGB
CMYK
RGB Variations
Color information
#BB860C (or 0xBB860C) is known color: Dark Goldenrod. HEX triplet: BB, 86 and 0C. RGB value is (187,134,12). Sum of RGB (Red+Green+Blue) = 187+134+12=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 12 (5.08% from 255 or 3.60% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB860C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB860C is #4479F3. Grayscale: #888888. Windows color (decimal): -4487668 or 820923. OLE color: 820923.
HSL color Cylindrical-coordinate representation of color #BB860C: hue angle of 41.83º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB860C is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 134 | 12 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.27 |
| HSL | 41.83º | 0.88% | 0.39% | - |
| HSV(B) | 41.83º | 0.94% | 0.73% | - |
| XYZ | 29.08 | 27.64 | 4.15 | - |
| YUV | 135.94 | 58.06 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 134 | 12 | 0 | 0.28 | 0.94 | 0.27 | 41.83 | 0.88 | 0.39 |
| Hex | BB | 86 | C | 0 | 1C | 5E | 1B | 2A | 58 | 27 |
| Octal | 273 | 206 | 14 | 0 | 34 | 136 | 33 | 52 | 130 | 47 |
| Binary | 10111011 | 10000110 | 1100 | 0 | 11100 | 1011110 | 11011 | 101010 | 1011000 | 100111 |
Color Harmonies of #BB860C
Complementary color
Monochromatic Colors of #BB860C
Black with #BB860C
Text Example
Text Example
White with #BB860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB860C; }
p { color: rgb(187,134,12); }
H1.HeaderClassName
{
color: #BB860C;
}
.AnyTagClassName
{
color: #BB860C;
}
</style>
background-color css
<style>
a { background-color: #BB860C; }
a { background-color: rgb(187,134,12); }
div.DivClassName
{
background-color: #BB860C;
}
.BgClassName
{
background-color: #BB860C;
}
</style>
border-color css
<style>
span { border-color: #BB860C; }
span { border-color: rgb(187,134,12); }
td.TdClassName
{
border-color: #BB860C;
}
.TagClassName
{
border-color: #BB860C;
}
</style>