Shades of Dark Goldenrod #BB8416
Tints of Dark Goldenrod #BB8416
RGB
CMYK
RGB Variations
Color information
#BB8416 (or 0xBB8416) is known color: Dark Goldenrod. HEX triplet: BB, 84 and 16. RGB value is (187,132,22). Sum of RGB (Red+Green+Blue) = 187+132+22=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 132 (51.95% from 255 or 38.71% from 341); Blue value is 22 (8.98% from 255 or 6.45% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8416 is #447BE9. Grayscale: #888888. Windows color (decimal): -4488170 or 1475771. OLE color: 1475771.
HSL color Cylindrical-coordinate representation of color #BB8416: hue angle of 40º 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 #BB8416 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 132 | 22 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.27 |
| HSL | 40º | 0.79% | 0.41% | - |
| HSV(B) | 40º | 0.88% | 0.73% | - |
| XYZ | 28.89 | 27.13 | 4.47 | - |
| YUV | 135.91 | 63.72 | 164.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 132 | 22 | 0 | 0.29 | 0.88 | 0.27 | 40 | 0.79 | 0.41 |
| Hex | BB | 84 | 16 | 0 | 1D | 58 | 1B | 28 | 4F | 29 |
| Octal | 273 | 204 | 26 | 0 | 35 | 130 | 33 | 50 | 117 | 51 |
| Binary | 10111011 | 10000100 | 10110 | 0 | 11101 | 1011000 | 11011 | 101000 | 1001111 | 101001 |
Color Harmonies of #BB8416
Complementary color
Monochromatic Colors of #BB8416
Black with #BB8416
Text Example
Text Example
White with #BB8416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8416; }
p { color: rgb(187,132,22); }
H1.HeaderClassName
{
color: #BB8416;
}
.AnyTagClassName
{
color: #BB8416;
}
</style>
background-color css
<style>
a { background-color: #BB8416; }
a { background-color: rgb(187,132,22); }
div.DivClassName
{
background-color: #BB8416;
}
.BgClassName
{
background-color: #BB8416;
}
</style>
border-color css
<style>
span { border-color: #BB8416; }
span { border-color: rgb(187,132,22); }
td.TdClassName
{
border-color: #BB8416;
}
.TagClassName
{
border-color: #BB8416;
}
</style>