Shades of Dark Goldenrod #BB7A16
Tints of Dark Goldenrod #BB7A16
RGB
CMYK
RGB Variations
Color information
#BB7A16 (or 0xBB7A16) is known color: Dark Goldenrod. HEX triplet: BB, 7A and 16. RGB value is (187,122,22). Sum of RGB (Red+Green+Blue) = 187+122+22=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB7A16 is #4485E9. Grayscale: #828282. Windows color (decimal): -4490730 or 1473211. OLE color: 1473211.
HSL color Cylindrical-coordinate representation of color #BB7A16: hue angle of 36.36º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB7A16 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 122 | 22 | - |
| CMYK | 0 | 0.35 | 0.88 | 0.27 |
| HSL | 36.36º | 0.79% | 0.41% | - |
| HSV(B) | 36.36º | 0.88% | 0.73% | - |
| XYZ | 27.6 | 24.54 | 4.04 | - |
| YUV | 130.04 | 67.03 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 122 | 22 | 0 | 0.35 | 0.88 | 0.27 | 36.36 | 0.79 | 0.41 |
| Hex | BB | 7A | 16 | 0 | 23 | 58 | 1B | 24 | 4F | 29 |
| Octal | 273 | 172 | 26 | 0 | 43 | 130 | 33 | 44 | 117 | 51 |
| Binary | 10111011 | 1111010 | 10110 | 0 | 100011 | 1011000 | 11011 | 100100 | 1001111 | 101001 |
Color Harmonies of #BB7A16
Complementary color
Monochromatic Colors of #BB7A16
Black with #BB7A16
Text Example
Text Example
White with #BB7A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB7A16; }
p { color: rgb(187,122,22); }
H1.HeaderClassName
{
color: #BB7A16;
}
.AnyTagClassName
{
color: #BB7A16;
}
</style>
background-color css
<style>
a { background-color: #BB7A16; }
a { background-color: rgb(187,122,22); }
div.DivClassName
{
background-color: #BB7A16;
}
.BgClassName
{
background-color: #BB7A16;
}
</style>
border-color css
<style>
span { border-color: #BB7A16; }
span { border-color: rgb(187,122,22); }
td.TdClassName
{
border-color: #BB7A16;
}
.TagClassName
{
border-color: #BB7A16;
}
</style>