Shades of Dark Goldenrod #BB6F0C
Tints of Dark Goldenrod #BB6F0C
RGB
CMYK
RGB Variations
Color information
#BB6F0C (or 0xBB6F0C) is known color: Dark Goldenrod. HEX triplet: BB, 6F and 0C. RGB value is (187,111,12). Sum of RGB (Red+Green+Blue) = 187+111+12=310 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.32% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6F0C is #4490F3. Grayscale: #7A7A7A. Windows color (decimal): -4493556 or 815035. OLE color: 815035.
HSL color Cylindrical-coordinate representation of color #BB6F0C: hue angle of 33.94º 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 #BB6F0C is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 111 | 12 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.27 |
| HSL | 33.94º | 0.88% | 0.39% | - |
| HSV(B) | 33.94º | 0.94% | 0.73% | - |
| XYZ | 26.24 | 21.96 | 3.2 | - |
| YUV | 122.44 | 65.68 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 111 | 12 | 0 | 0.41 | 0.94 | 0.27 | 33.94 | 0.88 | 0.39 |
| Hex | BB | 6F | C | 0 | 29 | 5E | 1B | 22 | 58 | 27 |
| Octal | 273 | 157 | 14 | 0 | 51 | 136 | 33 | 42 | 130 | 47 |
| Binary | 10111011 | 1101111 | 1100 | 0 | 101001 | 1011110 | 11011 | 100010 | 1011000 | 100111 |
Color Harmonies of #BB6F0C
Complementary color
Monochromatic Colors of #BB6F0C
Black with #BB6F0C
Text Example
Text Example
White with #BB6F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6F0C; }
p { color: rgb(187,111,12); }
H1.HeaderClassName
{
color: #BB6F0C;
}
.AnyTagClassName
{
color: #BB6F0C;
}
</style>
background-color css
<style>
a { background-color: #BB6F0C; }
a { background-color: rgb(187,111,12); }
div.DivClassName
{
background-color: #BB6F0C;
}
.BgClassName
{
background-color: #BB6F0C;
}
</style>
border-color css
<style>
span { border-color: #BB6F0C; }
span { border-color: rgb(187,111,12); }
td.TdClassName
{
border-color: #BB6F0C;
}
.TagClassName
{
border-color: #BB6F0C;
}
</style>