Shades of Dark Goldenrod #BB8F00
Tints of Dark Goldenrod #BB8F00
RGB
CMYK
RGB Variations
Color information
#BB8F00 (or 0xBB8F00) is known color: Dark Goldenrod. HEX triplet: BB, 8F and 00. RGB value is (187,143,0). Sum of RGB (Red+Green+Blue) = 187+143+0=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 143 (56.25% from 255 or 43.33% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB8F00 is #4470FF. Grayscale: #8C8C8C. Windows color (decimal): -4485376 or 36795. OLE color: 36795.
HSL color Cylindrical-coordinate representation of color #BB8F00: hue angle of 45.88º 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 #BB8F00 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 143 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.27 |
| HSL | 45.88º | 1% | 0.37% | - |
| HSV(B) | 45.88º | 1% | 0.73% | - |
| XYZ | 30.32 | 30.21 | 4.23 | - |
| YUV | 139.85 | 49.08 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 0 | 0 | 0.24 | 1 | 0.27 | 45.88 | 1 | 0.37 |
| Hex | BB | 8F | 0 | 0 | 18 | 64 | 1B | 2E | 64 | 25 |
| Octal | 273 | 217 | 0 | 0 | 30 | 144 | 33 | 56 | 144 | 45 |
| Binary | 10111011 | 10001111 | 0 | 0 | 11000 | 1100100 | 11011 | 101110 | 1100100 | 100101 |
Color Harmonies of #BB8F00
Complementary color
Monochromatic Colors of #BB8F00
Black with #BB8F00
Text Example
Text Example
White with #BB8F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8F00; }
p { color: rgb(187,143,0); }
H1.HeaderClassName
{
color: #BB8F00;
}
.AnyTagClassName
{
color: #BB8F00;
}
</style>
background-color css
<style>
a { background-color: #BB8F00; }
a { background-color: rgb(187,143,0); }
div.DivClassName
{
background-color: #BB8F00;
}
.BgClassName
{
background-color: #BB8F00;
}
</style>
border-color css
<style>
span { border-color: #BB8F00; }
span { border-color: rgb(187,143,0); }
td.TdClassName
{
border-color: #BB8F00;
}
.TagClassName
{
border-color: #BB8F00;
}
</style>