Shades of Dark Goldenrod #B08212
Tints of Dark Goldenrod #B08212
RGB
CMYK
RGB Variations
Color information
#B08212 (or 0xB08212) is known color: Dark Goldenrod. HEX triplet: B0, 82 and 12. RGB value is (176,130,18). Sum of RGB (Red+Green+Blue) = 176+130+18=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 130 (51.17% from 255 or 40.12% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B08212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B08212 is #4F7DED. Grayscale: #838383. Windows color (decimal): -5209582 or 1213104. OLE color: 1213104.
HSL color Cylindrical-coordinate representation of color #B08212: hue angle of 42.53º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B08212 is Cyan = 0, Magento = 0.26, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 130 | 18 | - |
| CMYK | 0 | 0.26 | 0.90 | 0.31 |
| HSL | 42.53º | 0.81% | 0.38% | - |
| HSV(B) | 42.53º | 0.9% | 0.69% | - |
| XYZ | 26 | 25.24 | 4.07 | - |
| YUV | 130.99 | 64.24 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 130 | 18 | 0 | 0.26 | 0.90 | 0.31 | 42.53 | 0.81 | 0.38 |
| Hex | B0 | 82 | 12 | 0 | 1A | 5A | 1F | 2B | 51 | 26 |
| Octal | 260 | 202 | 22 | 0 | 32 | 132 | 37 | 53 | 121 | 46 |
| Binary | 10110000 | 10000010 | 10010 | 0 | 11010 | 1011010 | 11111 | 101011 | 1010001 | 100110 |
Color Harmonies of #B08212
Complementary color
Monochromatic Colors of #B08212
Black with #B08212
Text Example
Text Example
White with #B08212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08212; }
p { color: rgb(176,130,18); }
H1.HeaderClassName
{
color: #B08212;
}
.AnyTagClassName
{
color: #B08212;
}
</style>
background-color css
<style>
a { background-color: #B08212; }
a { background-color: rgb(176,130,18); }
div.DivClassName
{
background-color: #B08212;
}
.BgClassName
{
background-color: #B08212;
}
</style>
border-color css
<style>
span { border-color: #B08212; }
span { border-color: rgb(176,130,18); }
td.TdClassName
{
border-color: #B08212;
}
.TagClassName
{
border-color: #B08212;
}
</style>