Shades of Dark Goldenrod #BB861C
Tints of Dark Goldenrod #BB861C
RGB
CMYK
RGB Variations
Color information
#BB861C (or 0xBB861C) is known color: Dark Goldenrod. HEX triplet: BB, 86 and 1C. RGB value is (187,134,28). Sum of RGB (Red+Green+Blue) = 187+134+28=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB861C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB861C is #4479E3. Grayscale: #8A8A8A. Windows color (decimal): -4487652 or 1869499. OLE color: 1869499.
HSL color Cylindrical-coordinate representation of color #BB861C: hue angle of 40º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB861C is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 134 | 28 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.27 |
| HSL | 40º | 0.74% | 0.42% | - |
| HSV(B) | 40º | 0.85% | 0.73% | - |
| XYZ | 29.23 | 27.7 | 4.9 | - |
| YUV | 137.76 | 66.06 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 134 | 28 | 0 | 0.28 | 0.85 | 0.27 | 40 | 0.74 | 0.42 |
| Hex | BB | 86 | 1C | 0 | 1C | 55 | 1B | 28 | 4A | 2A |
| Octal | 273 | 206 | 34 | 0 | 34 | 125 | 33 | 50 | 112 | 52 |
| Binary | 10111011 | 10000110 | 11100 | 0 | 11100 | 1010101 | 11011 | 101000 | 1001010 | 101010 |
Color Harmonies of #BB861C
Complementary color
Monochromatic Colors of #BB861C
Black with #BB861C
Text Example
Text Example
White with #BB861C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB861C; }
p { color: rgb(187,134,28); }
H1.HeaderClassName
{
color: #BB861C;
}
.AnyTagClassName
{
color: #BB861C;
}
</style>
background-color css
<style>
a { background-color: #BB861C; }
a { background-color: rgb(187,134,28); }
div.DivClassName
{
background-color: #BB861C;
}
.BgClassName
{
background-color: #BB861C;
}
</style>
border-color css
<style>
span { border-color: #BB861C; }
span { border-color: rgb(187,134,28); }
td.TdClassName
{
border-color: #BB861C;
}
.TagClassName
{
border-color: #BB861C;
}
</style>