Shades of Dark Goldenrod #B89012
Tints of Dark Goldenrod #B89012
RGB
CMYK
RGB Variations
Color information
#B89012 (or 0xB89012) is known color: Dark Goldenrod. HEX triplet: B8, 90 and 12. RGB value is (184,144,18). Sum of RGB (Red+Green+Blue) = 184+144+18=346 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.18% from 346); Green value is 144 (56.64% from 255 or 41.62% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 184 - color contains mainly: red. Hex color #B89012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B89012 is #476FED. Grayscale: #8E8E8E. Windows color (decimal): -4681710 or 1216696. OLE color: 1216696.
HSL color Cylindrical-coordinate representation of color #B89012: hue angle of 45.54º 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 #B89012 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 144 | 18 | - |
| CMYK | 0 | 0.22 | 0.90 | 0.28 |
| HSL | 45.54º | 0.82% | 0.4% | - |
| HSV(B) | 45.54º | 0.9% | 0.72% | - |
| XYZ | 29.85 | 30.18 | 4.82 | - |
| YUV | 141.6 | 58.25 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 144 | 18 | 0 | 0.22 | 0.90 | 0.28 | 45.54 | 0.82 | 0.4 |
| Hex | B8 | 90 | 12 | 0 | 16 | 5A | 1C | 2E | 52 | 28 |
| Octal | 270 | 220 | 22 | 0 | 26 | 132 | 34 | 56 | 122 | 50 |
| Binary | 10111000 | 10010000 | 10010 | 0 | 10110 | 1011010 | 11100 | 101110 | 1010010 | 101000 |
Color Harmonies of #B89012
Complementary color
Monochromatic Colors of #B89012
Black with #B89012
Text Example
Text Example
White with #B89012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89012; }
p { color: rgb(184,144,18); }
H1.HeaderClassName
{
color: #B89012;
}
.AnyTagClassName
{
color: #B89012;
}
</style>
background-color css
<style>
a { background-color: #B89012; }
a { background-color: rgb(184,144,18); }
div.DivClassName
{
background-color: #B89012;
}
.BgClassName
{
background-color: #B89012;
}
</style>
border-color css
<style>
span { border-color: #B89012; }
span { border-color: rgb(184,144,18); }
td.TdClassName
{
border-color: #B89012;
}
.TagClassName
{
border-color: #B89012;
}
</style>