Shades of Dark Goldenrod #BB6F0B
Tints of Dark Goldenrod #BB6F0B
RGB
CMYK
RGB Variations
Color information
#BB6F0B (or 0xBB6F0B) is known color: Dark Goldenrod. HEX triplet: BB, 6F and 0B. RGB value is (187,111,11). Sum of RGB (Red+Green+Blue) = 187+111+11=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 111 (43.75% from 255 or 35.92% from 309); Blue value is 11 (4.69% from 255 or 3.56% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6F0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB6F0B is #4490F4. Grayscale: #7A7A7A. Windows color (decimal): -4493557 or 749499. OLE color: 749499.
HSL color Cylindrical-coordinate representation of color #BB6F0B: hue angle of 34.09º degrees, saturation: 0.89, 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 #BB6F0B is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 111 | 11 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.27 |
| HSL | 34.09º | 0.89% | 0.39% | - |
| HSV(B) | 34.09º | 0.94% | 0.73% | - |
| XYZ | 26.24 | 21.96 | 3.17 | - |
| YUV | 122.32 | 65.18 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 111 | 11 | 0 | 0.41 | 0.94 | 0.27 | 34.09 | 0.89 | 0.39 |
| Hex | BB | 6F | B | 0 | 29 | 5E | 1B | 22 | 59 | 27 |
| Octal | 273 | 157 | 13 | 0 | 51 | 136 | 33 | 42 | 131 | 47 |
| Binary | 10111011 | 1101111 | 1011 | 0 | 101001 | 1011110 | 11011 | 100010 | 1011001 | 100111 |
Color Harmonies of #BB6F0B
Complementary color
Monochromatic Colors of #BB6F0B
Black with #BB6F0B
Text Example
Text Example
White with #BB6F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6F0B; }
p { color: rgb(187,111,11); }
H1.HeaderClassName
{
color: #BB6F0B;
}
.AnyTagClassName
{
color: #BB6F0B;
}
</style>
background-color css
<style>
a { background-color: #BB6F0B; }
a { background-color: rgb(187,111,11); }
div.DivClassName
{
background-color: #BB6F0B;
}
.BgClassName
{
background-color: #BB6F0B;
}
</style>
border-color css
<style>
span { border-color: #BB6F0B; }
span { border-color: rgb(187,111,11); }
td.TdClassName
{
border-color: #BB6F0B;
}
.TagClassName
{
border-color: #BB6F0B;
}
</style>