Shades of Dark Goldenrod #BB8800
Tints of Dark Goldenrod #BB8800
RGB
CMYK
RGB Variations
Color information
#BB8800 (or 0xBB8800) is known color: Dark Goldenrod. HEX triplet: BB, 88 and 00. RGB value is (187,136,0). Sum of RGB (Red+Green+Blue) = 187+136+0=323 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.89% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8800 is #4477FF. Grayscale: #888888. Windows color (decimal): -4487168 or 35003. OLE color: 35003.
HSL color Cylindrical-coordinate representation of color #BB8800: hue angle of 43.64º 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 #BB8800 is Cyan = 0, Magento = 0.27, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 136 | 0 | - |
| CMYK | 0 | 0.27 | 1 | 0.27 |
| HSL | 43.64º | 1% | 0.37% | - |
| HSV(B) | 43.64º | 1% | 0.73% | - |
| XYZ | 29.3 | 28.17 | 3.89 | - |
| YUV | 135.75 | 51.4 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 136 | 0 | 0 | 0.27 | 1 | 0.27 | 43.64 | 1 | 0.37 |
| Hex | BB | 88 | 0 | 0 | 1B | 64 | 1B | 2C | 64 | 25 |
| Octal | 273 | 210 | 0 | 0 | 33 | 144 | 33 | 54 | 144 | 45 |
| Binary | 10111011 | 10001000 | 0 | 0 | 11011 | 1100100 | 11011 | 101100 | 1100100 | 100101 |
Color Harmonies of #BB8800
Complementary color
Monochromatic Colors of #BB8800
Black with #BB8800
Text Example
Text Example
White with #BB8800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8800; }
p { color: rgb(187,136,0); }
H1.HeaderClassName
{
color: #BB8800;
}
.AnyTagClassName
{
color: #BB8800;
}
</style>
background-color css
<style>
a { background-color: #BB8800; }
a { background-color: rgb(187,136,0); }
div.DivClassName
{
background-color: #BB8800;
}
.BgClassName
{
background-color: #BB8800;
}
</style>
border-color css
<style>
span { border-color: #BB8800; }
span { border-color: rgb(187,136,0); }
td.TdClassName
{
border-color: #BB8800;
}
.TagClassName
{
border-color: #BB8800;
}
</style>