Shades of Dark Goldenrod #BB9001
Tints of Dark Goldenrod #BB9001
RGB
CMYK
RGB Variations
Color information
#BB9001 (or 0xBB9001) is known color: Dark Goldenrod. HEX triplet: BB, 90 and 01. RGB value is (187,144,1). Sum of RGB (Red+Green+Blue) = 187+144+1=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 144 (56.64% from 255 or 43.37% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB9001 is #446FFE. Grayscale: #8D8D8D. Windows color (decimal): -4485119 or 102587. OLE color: 102587.
HSL color Cylindrical-coordinate representation of color #BB9001: hue angle of 46.13º degrees, saturation: 0.99, 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 #BB9001 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 144 | 1 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.27 |
| HSL | 46.13º | 0.99% | 0.37% | - |
| HSV(B) | 46.13º | 0.99% | 0.73% | - |
| XYZ | 30.47 | 30.51 | 4.31 | - |
| YUV | 140.56 | 49.25 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 144 | 1 | 0 | 0.23 | 0.99 | 0.27 | 46.13 | 0.99 | 0.37 |
| Hex | BB | 90 | 1 | 0 | 17 | 63 | 1B | 2E | 63 | 25 |
| Octal | 273 | 220 | 1 | 0 | 27 | 143 | 33 | 56 | 143 | 45 |
| Binary | 10111011 | 10010000 | 1 | 0 | 10111 | 1100011 | 11011 | 101110 | 1100011 | 100101 |
Color Harmonies of #BB9001
Complementary color
Monochromatic Colors of #BB9001
Black with #BB9001
Text Example
Text Example
White with #BB9001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9001; }
p { color: rgb(187,144,1); }
H1.HeaderClassName
{
color: #BB9001;
}
.AnyTagClassName
{
color: #BB9001;
}
</style>
background-color css
<style>
a { background-color: #BB9001; }
a { background-color: rgb(187,144,1); }
div.DivClassName
{
background-color: #BB9001;
}
.BgClassName
{
background-color: #BB9001;
}
</style>
border-color css
<style>
span { border-color: #BB9001; }
span { border-color: rgb(187,144,1); }
td.TdClassName
{
border-color: #BB9001;
}
.TagClassName
{
border-color: #BB9001;
}
</style>