Shades of Dark Goldenrod #B8800B
Tints of Dark Goldenrod #B8800B
RGB
CMYK
RGB Variations
Color information
#B8800B (or 0xB8800B) is known color: Dark Goldenrod. HEX triplet: B8, 80 and 0B. RGB value is (184,128,11). Sum of RGB (Red+Green+Blue) = 184+128+11=323 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.97% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 11 (4.69% from 255 or 3.41% from 323); Max value from RGB is 184 - color contains mainly: red. Hex color #B8800B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B8800B is #477FF4. Grayscale: #838383. Windows color (decimal): -4685813 or 753848. OLE color: 753848.
HSL color Cylindrical-coordinate representation of color #B8800B: hue angle of 40.58º 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 #B8800B is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 128 | 11 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.28 |
| HSL | 40.58º | 0.89% | 0.38% | - |
| HSV(B) | 40.58º | 0.94% | 0.72% | - |
| XYZ | 27.55 | 25.65 | 3.82 | - |
| YUV | 131.41 | 60.05 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 128 | 11 | 0 | 0.30 | 0.94 | 0.28 | 40.58 | 0.89 | 0.38 |
| Hex | B8 | 80 | B | 0 | 1E | 5E | 1C | 29 | 59 | 26 |
| Octal | 270 | 200 | 13 | 0 | 36 | 136 | 34 | 51 | 131 | 46 |
| Binary | 10111000 | 10000000 | 1011 | 0 | 11110 | 1011110 | 11100 | 101001 | 1011001 | 100110 |
Color Harmonies of #B8800B
Complementary color
Monochromatic Colors of #B8800B
Black with #B8800B
Text Example
Text Example
White with #B8800B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8800B; }
p { color: rgb(184,128,11); }
H1.HeaderClassName
{
color: #B8800B;
}
.AnyTagClassName
{
color: #B8800B;
}
</style>
background-color css
<style>
a { background-color: #B8800B; }
a { background-color: rgb(184,128,11); }
div.DivClassName
{
background-color: #B8800B;
}
.BgClassName
{
background-color: #B8800B;
}
</style>
border-color css
<style>
span { border-color: #B8800B; }
span { border-color: rgb(184,128,11); }
td.TdClassName
{
border-color: #B8800B;
}
.TagClassName
{
border-color: #B8800B;
}
</style>