Shades of Dark Goldenrod #BB8700
Tints of Dark Goldenrod #BB8700
RGB
CMYK
RGB Variations
Color information
#BB8700 (or 0xBB8700) is known color: Dark Goldenrod. HEX triplet: BB, 87 and 00. RGB value is (187,135,0). Sum of RGB (Red+Green+Blue) = 187+135+0=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 135 (53.12% from 255 or 41.93% from 322); Blue value is 0 (0.39% from 255 or 0% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8700 is #4478FF. Grayscale: #878787. Windows color (decimal): -4487424 or 34747. OLE color: 34747.
HSL color Cylindrical-coordinate representation of color #BB8700: hue angle of 43.32º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB8700 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 135 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.27 |
| HSL | 43.32º | 1% | 0.37% | - |
| HSV(B) | 43.32º | 1% | 0.73% | - |
| XYZ | 29.16 | 27.89 | 3.85 | - |
| YUV | 135.16 | 51.73 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 135 | 0 | 0 | 0.28 | 1 | 0.27 | 43.32 | 1 | 0.37 |
| Hex | BB | 87 | 0 | 0 | 1C | 64 | 1B | 2B | 64 | 25 |
| Octal | 273 | 207 | 0 | 0 | 34 | 144 | 33 | 53 | 144 | 45 |
| Binary | 10111011 | 10000111 | 0 | 0 | 11100 | 1100100 | 11011 | 101011 | 1100100 | 100101 |
Color Harmonies of #BB8700
Complementary color
Monochromatic Colors of #BB8700
Black with #BB8700
Text Example
Text Example
White with #BB8700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8700; }
p { color: rgb(187,135,0); }
H1.HeaderClassName
{
color: #BB8700;
}
.AnyTagClassName
{
color: #BB8700;
}
</style>
background-color css
<style>
a { background-color: #BB8700; }
a { background-color: rgb(187,135,0); }
div.DivClassName
{
background-color: #BB8700;
}
.BgClassName
{
background-color: #BB8700;
}
</style>
border-color css
<style>
span { border-color: #BB8700; }
span { border-color: rgb(187,135,0); }
td.TdClassName
{
border-color: #BB8700;
}
.TagClassName
{
border-color: #BB8700;
}
</style>