Shades of Dark Goldenrod #BB7B0E
Tints of Dark Goldenrod #BB7B0E
RGB
CMYK
RGB Variations
Color information
#BB7B0E (or 0xBB7B0E) is known color: Dark Goldenrod. HEX triplet: BB, 7B and 0E. RGB value is (187,123,14). Sum of RGB (Red+Green+Blue) = 187+123+14=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7B0E is #4484F1. Grayscale: #828282. Windows color (decimal): -4490482 or 949179. OLE color: 949179.
HSL color Cylindrical-coordinate representation of color #BB7B0E: hue angle of 37.8º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BB7B0E is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 123 | 14 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.27 |
| HSL | 37.8º | 0.86% | 0.39% | - |
| HSV(B) | 37.8º | 0.93% | 0.73% | - |
| XYZ | 27.66 | 24.76 | 3.74 | - |
| YUV | 129.71 | 62.7 | 168.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 123 | 14 | 0 | 0.34 | 0.93 | 0.27 | 37.8 | 0.86 | 0.39 |
| Hex | BB | 7B | E | 0 | 22 | 5D | 1B | 26 | 56 | 27 |
| Octal | 273 | 173 | 16 | 0 | 42 | 135 | 33 | 46 | 126 | 47 |
| Binary | 10111011 | 1111011 | 1110 | 0 | 100010 | 1011101 | 11011 | 100110 | 1010110 | 100111 |
Color Harmonies of #BB7B0E
Complementary color
Monochromatic Colors of #BB7B0E
Black with #BB7B0E
Text Example
Text Example
White with #BB7B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7B0E; }
p { color: rgb(187,123,14); }
H1.HeaderClassName
{
color: #BB7B0E;
}
.AnyTagClassName
{
color: #BB7B0E;
}
</style>
background-color css
<style>
a { background-color: #BB7B0E; }
a { background-color: rgb(187,123,14); }
div.DivClassName
{
background-color: #BB7B0E;
}
.BgClassName
{
background-color: #BB7B0E;
}
</style>
border-color css
<style>
span { border-color: #BB7B0E; }
span { border-color: rgb(187,123,14); }
td.TdClassName
{
border-color: #BB7B0E;
}
.TagClassName
{
border-color: #BB7B0E;
}
</style>