Shades of Dark Goldenrod #BB900F
Tints of Dark Goldenrod #BB900F
RGB
CMYK
RGB Variations
Color information
#BB900F (or 0xBB900F) is known color: Dark Goldenrod. HEX triplet: BB, 90 and 0F. RGB value is (187,144,15). Sum of RGB (Red+Green+Blue) = 187+144+15=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 15 (6.25% from 255 or 4.34% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB900F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB900F is #446FF0. Grayscale: #8E8E8E. Windows color (decimal): -4485105 or 1020091. OLE color: 1020091.
HSL color Cylindrical-coordinate representation of color #BB900F: hue angle of 45º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB900F is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 144 | 15 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.27 |
| HSL | 45º | 0.85% | 0.4% | - |
| HSV(B) | 45º | 0.92% | 0.73% | - |
| XYZ | 30.55 | 30.55 | 4.74 | - |
| YUV | 142.15 | 56.25 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 144 | 15 | 0 | 0.23 | 0.92 | 0.27 | 45 | 0.85 | 0.4 |
| Hex | BB | 90 | F | 0 | 17 | 5C | 1B | 2D | 55 | 28 |
| Octal | 273 | 220 | 17 | 0 | 27 | 134 | 33 | 55 | 125 | 50 |
| Binary | 10111011 | 10010000 | 1111 | 0 | 10111 | 1011100 | 11011 | 101101 | 1010101 | 101000 |
Color Harmonies of #BB900F
Complementary color
Monochromatic Colors of #BB900F
Black with #BB900F
Text Example
Text Example
White with #BB900F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB900F; }
p { color: rgb(187,144,15); }
H1.HeaderClassName
{
color: #BB900F;
}
.AnyTagClassName
{
color: #BB900F;
}
</style>
background-color css
<style>
a { background-color: #BB900F; }
a { background-color: rgb(187,144,15); }
div.DivClassName
{
background-color: #BB900F;
}
.BgClassName
{
background-color: #BB900F;
}
</style>
border-color css
<style>
span { border-color: #BB900F; }
span { border-color: rgb(187,144,15); }
td.TdClassName
{
border-color: #BB900F;
}
.TagClassName
{
border-color: #BB900F;
}
</style>