Shades of Dark Goldenrod #B88112
Tints of Dark Goldenrod #B88112
RGB
CMYK
RGB Variations
Color information
#B88112 (or 0xB88112) is known color: Dark Goldenrod. HEX triplet: B8, 81 and 12. RGB value is (184,129,18). Sum of RGB (Red+Green+Blue) = 184+129+18=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B88112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88112 is #477EED. Grayscale: #858585. Windows color (decimal): -4685550 or 1212856. OLE color: 1212856.
HSL color Cylindrical-coordinate representation of color #B88112: hue angle of 40.12º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B88112 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 129 | 18 | - |
| CMYK | 0 | 0.30 | 0.90 | 0.28 |
| HSL | 40.12º | 0.82% | 0.4% | - |
| HSV(B) | 40.12º | 0.9% | 0.72% | - |
| XYZ | 27.73 | 25.93 | 4.12 | - |
| YUV | 132.79 | 63.22 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 129 | 18 | 0 | 0.30 | 0.90 | 0.28 | 40.12 | 0.82 | 0.4 |
| Hex | B8 | 81 | 12 | 0 | 1E | 5A | 1C | 28 | 52 | 28 |
| Octal | 270 | 201 | 22 | 0 | 36 | 132 | 34 | 50 | 122 | 50 |
| Binary | 10111000 | 10000001 | 10010 | 0 | 11110 | 1011010 | 11100 | 101000 | 1010010 | 101000 |
Color Harmonies of #B88112
Complementary color
Monochromatic Colors of #B88112
Black with #B88112
Text Example
Text Example
White with #B88112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88112; }
p { color: rgb(184,129,18); }
H1.HeaderClassName
{
color: #B88112;
}
.AnyTagClassName
{
color: #B88112;
}
</style>
background-color css
<style>
a { background-color: #B88112; }
a { background-color: rgb(184,129,18); }
div.DivClassName
{
background-color: #B88112;
}
.BgClassName
{
background-color: #B88112;
}
</style>
border-color css
<style>
span { border-color: #B88112; }
span { border-color: rgb(184,129,18); }
td.TdClassName
{
border-color: #B88112;
}
.TagClassName
{
border-color: #B88112;
}
</style>