Shades of Dark Goldenrod #BB770E
Tints of Dark Goldenrod #BB770E
RGB
CMYK
RGB Variations
Color information
#BB770E (or 0xBB770E) is known color: Dark Goldenrod. HEX triplet: BB, 77 and 0E. RGB value is (187,119,14). Sum of RGB (Red+Green+Blue) = 187+119+14=320 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.44% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 14 (5.86% from 255 or 4.38% from 320); Max value from RGB is 187 - color contains mainly: red. Hex color #BB770E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB770E is #4488F1. Grayscale: #7F7F7F. Windows color (decimal): -4491506 or 948155. OLE color: 948155.
HSL color Cylindrical-coordinate representation of color #BB770E: hue angle of 36.42º 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 #BB770E is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 119 | 14 | - |
| CMYK | 0 | 0.36 | 0.93 | 0.27 |
| HSL | 36.42º | 0.86% | 0.39% | - |
| HSV(B) | 36.42º | 0.93% | 0.73% | - |
| XYZ | 27.17 | 23.79 | 3.58 | - |
| YUV | 127.36 | 64.03 | 170.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 119 | 14 | 0 | 0.36 | 0.93 | 0.27 | 36.42 | 0.86 | 0.39 |
| Hex | BB | 77 | E | 0 | 24 | 5D | 1B | 24 | 56 | 27 |
| Octal | 273 | 167 | 16 | 0 | 44 | 135 | 33 | 44 | 126 | 47 |
| Binary | 10111011 | 1110111 | 1110 | 0 | 100100 | 1011101 | 11011 | 100100 | 1010110 | 100111 |
Color Harmonies of #BB770E
Complementary color
Monochromatic Colors of #BB770E
Black with #BB770E
Text Example
Text Example
White with #BB770E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB770E; }
p { color: rgb(187,119,14); }
H1.HeaderClassName
{
color: #BB770E;
}
.AnyTagClassName
{
color: #BB770E;
}
</style>
background-color css
<style>
a { background-color: #BB770E; }
a { background-color: rgb(187,119,14); }
div.DivClassName
{
background-color: #BB770E;
}
.BgClassName
{
background-color: #BB770E;
}
</style>
border-color css
<style>
span { border-color: #BB770E; }
span { border-color: rgb(187,119,14); }
td.TdClassName
{
border-color: #BB770E;
}
.TagClassName
{
border-color: #BB770E;
}
</style>