Shades of Dark Goldenrod #BB770B
Tints of Dark Goldenrod #BB770B
RGB
CMYK
RGB Variations
Color information
#BB770B (or 0xBB770B) is known color: Dark Goldenrod. HEX triplet: BB, 77 and 0B. RGB value is (187,119,11). Sum of RGB (Red+Green+Blue) = 187+119+11=317 (41% of max value = 765). Red value is 187 (73.44% from 255 or 58.99% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 11 (4.69% from 255 or 3.47% from 317); Max value from RGB is 187 - color contains mainly: red. Hex color #BB770B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB770B is #4488F4. Grayscale: #7F7F7F. Windows color (decimal): -4491509 or 751547. OLE color: 751547.
HSL color Cylindrical-coordinate representation of color #BB770B: hue angle of 36.82º 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 #BB770B is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 119 | 11 | - |
| CMYK | 0 | 0.36 | 0.94 | 0.27 |
| HSL | 36.82º | 0.89% | 0.39% | - |
| HSV(B) | 36.82º | 0.94% | 0.73% | - |
| XYZ | 27.15 | 23.78 | 3.48 | - |
| YUV | 127.02 | 62.53 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 119 | 11 | 0 | 0.36 | 0.94 | 0.27 | 36.82 | 0.89 | 0.39 |
| Hex | BB | 77 | B | 0 | 24 | 5E | 1B | 25 | 59 | 27 |
| Octal | 273 | 167 | 13 | 0 | 44 | 136 | 33 | 45 | 131 | 47 |
| Binary | 10111011 | 1110111 | 1011 | 0 | 100100 | 1011110 | 11011 | 100101 | 1011001 | 100111 |
Color Harmonies of #BB770B
Complementary color
Monochromatic Colors of #BB770B
Black with #BB770B
Text Example
Text Example
White with #BB770B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB770B; }
p { color: rgb(187,119,11); }
H1.HeaderClassName
{
color: #BB770B;
}
.AnyTagClassName
{
color: #BB770B;
}
</style>
background-color css
<style>
a { background-color: #BB770B; }
a { background-color: rgb(187,119,11); }
div.DivClassName
{
background-color: #BB770B;
}
.BgClassName
{
background-color: #BB770B;
}
</style>
border-color css
<style>
span { border-color: #BB770B; }
span { border-color: rgb(187,119,11); }
td.TdClassName
{
border-color: #BB770B;
}
.TagClassName
{
border-color: #BB770B;
}
</style>