Shades of Dark Goldenrod #BB8702
Tints of Dark Goldenrod #BB8702
RGB
CMYK
RGB Variations
Color information
#BB8702 (or 0xBB8702) is known color: Dark Goldenrod. HEX triplet: BB, 87 and 02. RGB value is (187,135,2). Sum of RGB (Red+Green+Blue) = 187+135+2=324 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.72% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8702 is #4478FD. Grayscale: #878787. Windows color (decimal): -4487422 or 165819. OLE color: 165819.
HSL color Cylindrical-coordinate representation of color #BB8702: hue angle of 43.14º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB8702 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 135 | 2 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.27 |
| HSL | 43.14º | 0.98% | 0.37% | - |
| HSV(B) | 43.14º | 0.99% | 0.73% | - |
| XYZ | 29.17 | 27.9 | 3.9 | - |
| YUV | 135.39 | 52.73 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 135 | 2 | 0 | 0.28 | 0.99 | 0.27 | 43.14 | 0.98 | 0.37 |
| Hex | BB | 87 | 2 | 0 | 1C | 63 | 1B | 2B | 62 | 25 |
| Octal | 273 | 207 | 2 | 0 | 34 | 143 | 33 | 53 | 142 | 45 |
| Binary | 10111011 | 10000111 | 10 | 0 | 11100 | 1100011 | 11011 | 101011 | 1100010 | 100101 |
Color Harmonies of #BB8702
Complementary color
Monochromatic Colors of #BB8702
Black with #BB8702
Text Example
Text Example
White with #BB8702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8702; }
p { color: rgb(187,135,2); }
H1.HeaderClassName
{
color: #BB8702;
}
.AnyTagClassName
{
color: #BB8702;
}
</style>
background-color css
<style>
a { background-color: #BB8702; }
a { background-color: rgb(187,135,2); }
div.DivClassName
{
background-color: #BB8702;
}
.BgClassName
{
background-color: #BB8702;
}
</style>
border-color css
<style>
span { border-color: #BB8702; }
span { border-color: rgb(187,135,2); }
td.TdClassName
{
border-color: #BB8702;
}
.TagClassName
{
border-color: #BB8702;
}
</style>