Shades of Dark Goldenrod #BB940B
Tints of Dark Goldenrod #BB940B
RGB
CMYK
RGB Variations
Color information
#BB940B (or 0xBB940B) is known color: Dark Goldenrod. HEX triplet: BB, 94 and 0B. RGB value is (187,148,11). Sum of RGB (Red+Green+Blue) = 187+148+11=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 11 (4.69% from 255 or 3.18% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB940B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BB940B is #446BF4. Grayscale: #909090. Windows color (decimal): -4484085 or 758971. OLE color: 758971.
HSL color Cylindrical-coordinate representation of color #BB940B: hue angle of 46.7º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB940B is Cyan = 0, Magento = 0.21, Yellow = 0.94 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 148 | 11 | - |
| CMYK | 0 | 0.21 | 0.94 | 0.27 |
| HSL | 46.7º | 0.89% | 0.39% | - |
| HSV(B) | 46.7º | 0.94% | 0.73% | - |
| XYZ | 31.14 | 31.77 | 4.81 | - |
| YUV | 144.04 | 52.92 | 158.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 148 | 11 | 0 | 0.21 | 0.94 | 0.27 | 46.7 | 0.89 | 0.39 |
| Hex | BB | 94 | B | 0 | 15 | 5E | 1B | 2F | 59 | 27 |
| Octal | 273 | 224 | 13 | 0 | 25 | 136 | 33 | 57 | 131 | 47 |
| Binary | 10111011 | 10010100 | 1011 | 0 | 10101 | 1011110 | 11011 | 101111 | 1011001 | 100111 |
Color Harmonies of #BB940B
Complementary color
Monochromatic Colors of #BB940B
Black with #BB940B
Text Example
Text Example
White with #BB940B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB940B; }
p { color: rgb(187,148,11); }
H1.HeaderClassName
{
color: #BB940B;
}
.AnyTagClassName
{
color: #BB940B;
}
</style>
background-color css
<style>
a { background-color: #BB940B; }
a { background-color: rgb(187,148,11); }
div.DivClassName
{
background-color: #BB940B;
}
.BgClassName
{
background-color: #BB940B;
}
</style>
border-color css
<style>
span { border-color: #BB940B; }
span { border-color: rgb(187,148,11); }
td.TdClassName
{
border-color: #BB940B;
}
.TagClassName
{
border-color: #BB940B;
}
</style>