Shades of Dark Goldenrod #B8850B
Tints of Dark Goldenrod #B8850B
RGB
CMYK
RGB Variations
Color information
#B8850B (or 0xB8850B) is known color: Dark Goldenrod. HEX triplet: B8, 85 and 0B. RGB value is (184,133,11). Sum of RGB (Red+Green+Blue) = 184+133+11=328 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.10% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 184 - color contains mainly: red. Hex color #B8850B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8850B is #477AF4. Grayscale: #868686. Windows color (decimal): -4684533 or 755128. OLE color: 755128.
HSL color Cylindrical-coordinate representation of color #B8850B: hue angle of 42.31º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B8850B is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 133 | 11 | - |
| CMYK | 0 | 0.28 | 0.94 | 0.28 |
| HSL | 42.31º | 0.89% | 0.38% | - |
| HSV(B) | 42.31º | 0.94% | 0.72% | - |
| XYZ | 28.22 | 26.99 | 4.04 | - |
| YUV | 134.34 | 58.4 | 163.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 133 | 11 | 0 | 0.28 | 0.94 | 0.28 | 42.31 | 0.89 | 0.38 |
| Hex | B8 | 85 | B | 0 | 1C | 5E | 1C | 2A | 59 | 26 |
| Octal | 270 | 205 | 13 | 0 | 34 | 136 | 34 | 52 | 131 | 46 |
| Binary | 10111000 | 10000101 | 1011 | 0 | 11100 | 1011110 | 11100 | 101010 | 1011001 | 100110 |
Color Harmonies of #B8850B
Complementary color
Monochromatic Colors of #B8850B
Black with #B8850B
Text Example
Text Example
White with #B8850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8850B; }
p { color: rgb(184,133,11); }
H1.HeaderClassName
{
color: #B8850B;
}
.AnyTagClassName
{
color: #B8850B;
}
</style>
background-color css
<style>
a { background-color: #B8850B; }
a { background-color: rgb(184,133,11); }
div.DivClassName
{
background-color: #B8850B;
}
.BgClassName
{
background-color: #B8850B;
}
</style>
border-color css
<style>
span { border-color: #B8850B; }
span { border-color: rgb(184,133,11); }
td.TdClassName
{
border-color: #B8850B;
}
.TagClassName
{
border-color: #B8850B;
}
</style>