Shades of Dark Goldenrod #BB8716
Tints of Dark Goldenrod #BB8716
RGB
CMYK
RGB Variations
Color information
#BB8716 (or 0xBB8716) is known color: Dark Goldenrod. HEX triplet: BB, 87 and 16. RGB value is (187,135,22). Sum of RGB (Red+Green+Blue) = 187+135+22=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 135 (53.12% from 255 or 39.24% from 344); Blue value is 22 (8.98% from 255 or 6.40% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8716 is #4478E9. Grayscale: #8A8A8A. Windows color (decimal): -4487402 or 1476539. OLE color: 1476539.
HSL color Cylindrical-coordinate representation of color #BB8716: hue angle of 41.09º 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 #BB8716 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 135 | 22 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.27 |
| HSL | 41.09º | 0.79% | 0.41% | - |
| HSV(B) | 41.09º | 0.88% | 0.73% | - |
| XYZ | 29.3 | 27.95 | 4.61 | - |
| YUV | 137.67 | 62.73 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 135 | 22 | 0 | 0.28 | 0.88 | 0.27 | 41.09 | 0.79 | 0.41 |
| Hex | BB | 87 | 16 | 0 | 1C | 58 | 1B | 29 | 4F | 29 |
| Octal | 273 | 207 | 26 | 0 | 34 | 130 | 33 | 51 | 117 | 51 |
| Binary | 10111011 | 10000111 | 10110 | 0 | 11100 | 1011000 | 11011 | 101001 | 1001111 | 101001 |
Color Harmonies of #BB8716
Complementary color
Monochromatic Colors of #BB8716
Black with #BB8716
Text Example
Text Example
White with #BB8716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8716; }
p { color: rgb(187,135,22); }
H1.HeaderClassName
{
color: #BB8716;
}
.AnyTagClassName
{
color: #BB8716;
}
</style>
background-color css
<style>
a { background-color: #BB8716; }
a { background-color: rgb(187,135,22); }
div.DivClassName
{
background-color: #BB8716;
}
.BgClassName
{
background-color: #BB8716;
}
</style>
border-color css
<style>
span { border-color: #BB8716; }
span { border-color: rgb(187,135,22); }
td.TdClassName
{
border-color: #BB8716;
}
.TagClassName
{
border-color: #BB8716;
}
</style>