Shades of Dark Goldenrod #BB8705
Tints of Dark Goldenrod #BB8705
RGB
CMYK
RGB Variations
Color information
#BB8705 (or 0xBB8705) is known color: Dark Goldenrod. HEX triplet: BB, 87 and 05. RGB value is (187,135,5). Sum of RGB (Red+Green+Blue) = 187+135+5=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 135 (53.12% from 255 or 41.28% from 327); Blue value is 5 (2.34% from 255 or 1.53% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8705 is #4478FA. Grayscale: #888888. Windows color (decimal): -4487419 or 362427. OLE color: 362427.
HSL color Cylindrical-coordinate representation of color #BB8705: hue angle of 42.86º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB8705 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 135 | 5 | - |
| CMYK | 0 | 0.28 | 0.97 | 0.27 |
| HSL | 42.86º | 0.95% | 0.38% | - |
| HSV(B) | 42.86º | 0.97% | 0.73% | - |
| XYZ | 29.18 | 27.9 | 3.99 | - |
| YUV | 135.73 | 54.23 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 135 | 5 | 0 | 0.28 | 0.97 | 0.27 | 42.86 | 0.95 | 0.38 |
| Hex | BB | 87 | 5 | 0 | 1C | 61 | 1B | 2B | 5F | 26 |
| Octal | 273 | 207 | 5 | 0 | 34 | 141 | 33 | 53 | 137 | 46 |
| Binary | 10111011 | 10000111 | 101 | 0 | 11100 | 1100001 | 11011 | 101011 | 1011111 | 100110 |
Color Harmonies of #BB8705
Complementary color
Monochromatic Colors of #BB8705
Black with #BB8705
Text Example
Text Example
White with #BB8705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8705; }
p { color: rgb(187,135,5); }
H1.HeaderClassName
{
color: #BB8705;
}
.AnyTagClassName
{
color: #BB8705;
}
</style>
background-color css
<style>
a { background-color: #BB8705; }
a { background-color: rgb(187,135,5); }
div.DivClassName
{
background-color: #BB8705;
}
.BgClassName
{
background-color: #BB8705;
}
</style>
border-color css
<style>
span { border-color: #BB8705; }
span { border-color: rgb(187,135,5); }
td.TdClassName
{
border-color: #BB8705;
}
.TagClassName
{
border-color: #BB8705;
}
</style>