Shades of Dark Goldenrod #B88412
Tints of Dark Goldenrod #B88412
RGB
CMYK
RGB Variations
Color information
#B88412 (or 0xB88412) is known color: Dark Goldenrod. HEX triplet: B8, 84 and 12. RGB value is (184,132,18). Sum of RGB (Red+Green+Blue) = 184+132+18=334 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.09% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 18 (7.42% from 255 or 5.39% from 334); Max value from RGB is 184 - color contains mainly: red. Hex color #B88412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88412 is #477BED. Grayscale: #878787. Windows color (decimal): -4684782 or 1213624. OLE color: 1213624.
HSL color Cylindrical-coordinate representation of color #B88412: hue angle of 41.2º 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 #B88412 is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 132 | 18 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.28 |
| HSL | 41.2º | 0.82% | 0.4% | - |
| HSV(B) | 41.2º | 0.9% | 0.72% | - |
| XYZ | 28.13 | 26.74 | 4.25 | - |
| YUV | 134.55 | 62.23 | 163.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 132 | 18 | 0 | 0.28 | 0.90 | 0.28 | 41.2 | 0.82 | 0.4 |
| Hex | B8 | 84 | 12 | 0 | 1C | 5A | 1C | 29 | 52 | 28 |
| Octal | 270 | 204 | 22 | 0 | 34 | 132 | 34 | 51 | 122 | 50 |
| Binary | 10111000 | 10000100 | 10010 | 0 | 11100 | 1011010 | 11100 | 101001 | 1010010 | 101000 |
Color Harmonies of #B88412
Complementary color
Monochromatic Colors of #B88412
Black with #B88412
Text Example
Text Example
White with #B88412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88412; }
p { color: rgb(184,132,18); }
H1.HeaderClassName
{
color: #B88412;
}
.AnyTagClassName
{
color: #B88412;
}
</style>
background-color css
<style>
a { background-color: #B88412; }
a { background-color: rgb(184,132,18); }
div.DivClassName
{
background-color: #B88412;
}
.BgClassName
{
background-color: #B88412;
}
</style>
border-color css
<style>
span { border-color: #B88412; }
span { border-color: rgb(184,132,18); }
td.TdClassName
{
border-color: #B88412;
}
.TagClassName
{
border-color: #B88412;
}
</style>