Shades of Dark Goldenrod #BB8F08
Tints of Dark Goldenrod #BB8F08
RGB
CMYK
RGB Variations
Color information
#BB8F08 (or 0xBB8F08) is known color: Dark Goldenrod. HEX triplet: BB, 8F and 08. RGB value is (187,143,8). Sum of RGB (Red+Green+Blue) = 187+143+8=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 143 (56.25% from 255 or 42.31% from 338); Blue value is 8 (3.52% from 255 or 2.37% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8F08 is #4470F7. Grayscale: #8D8D8D. Windows color (decimal): -4485368 or 561083. OLE color: 561083.
HSL color Cylindrical-coordinate representation of color #BB8F08: hue angle of 45.25º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BB8F08 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 143 | 8 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.27 |
| HSL | 45.25º | 0.92% | 0.38% | - |
| HSV(B) | 45.25º | 0.96% | 0.73% | - |
| XYZ | 30.36 | 30.23 | 4.46 | - |
| YUV | 140.77 | 53.08 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 8 | 0 | 0.24 | 0.96 | 0.27 | 45.25 | 0.92 | 0.38 |
| Hex | BB | 8F | 8 | 0 | 18 | 60 | 1B | 2D | 5C | 26 |
| Octal | 273 | 217 | 10 | 0 | 30 | 140 | 33 | 55 | 134 | 46 |
| Binary | 10111011 | 10001111 | 1000 | 0 | 11000 | 1100000 | 11011 | 101101 | 1011100 | 100110 |
Color Harmonies of #BB8F08
Complementary color
Monochromatic Colors of #BB8F08
Black with #BB8F08
Text Example
Text Example
White with #BB8F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8F08; }
p { color: rgb(187,143,8); }
H1.HeaderClassName
{
color: #BB8F08;
}
.AnyTagClassName
{
color: #BB8F08;
}
</style>
background-color css
<style>
a { background-color: #BB8F08; }
a { background-color: rgb(187,143,8); }
div.DivClassName
{
background-color: #BB8F08;
}
.BgClassName
{
background-color: #BB8F08;
}
</style>
border-color css
<style>
span { border-color: #BB8F08; }
span { border-color: rgb(187,143,8); }
td.TdClassName
{
border-color: #BB8F08;
}
.TagClassName
{
border-color: #BB8F08;
}
</style>