Shades of Dark Goldenrod #B67112
Tints of Dark Goldenrod #B67112
RGB
CMYK
RGB Variations
Color information
#B67112 (or 0xB67112) is known color: Dark Goldenrod. HEX triplet: B6, 71 and 12. RGB value is (182,113,18). Sum of RGB (Red+Green+Blue) = 182+113+18=313 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.15% from 313); Green value is 113 (44.53% from 255 or 36.10% from 313); Blue value is 18 (7.42% from 255 or 5.75% from 313); Max value from RGB is 182 - color contains mainly: red. Hex color #B67112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67112 is #498EED. Grayscale: #7B7B7B. Windows color (decimal): -4820718 or 1208758. OLE color: 1208758.
HSL color Cylindrical-coordinate representation of color #B67112: hue angle of 34.76º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B67112 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 113 | 18 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.29 |
| HSL | 34.76º | 0.82% | 0.39% | - |
| HSV(B) | 34.76º | 0.9% | 0.71% | - |
| XYZ | 25.31 | 21.8 | 3.45 | - |
| YUV | 122.8 | 68.86 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 113 | 18 | 0 | 0.38 | 0.90 | 0.29 | 34.76 | 0.82 | 0.39 |
| Hex | B6 | 71 | 12 | 0 | 26 | 5A | 1D | 23 | 52 | 27 |
| Octal | 266 | 161 | 22 | 0 | 46 | 132 | 35 | 43 | 122 | 47 |
| Binary | 10110110 | 1110001 | 10010 | 0 | 100110 | 1011010 | 11101 | 100011 | 1010010 | 100111 |
Color Harmonies of #B67112
Complementary color
Monochromatic Colors of #B67112
Black with #B67112
Text Example
Text Example
White with #B67112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67112; }
p { color: rgb(182,113,18); }
H1.HeaderClassName
{
color: #B67112;
}
.AnyTagClassName
{
color: #B67112;
}
</style>
background-color css
<style>
a { background-color: #B67112; }
a { background-color: rgb(182,113,18); }
div.DivClassName
{
background-color: #B67112;
}
.BgClassName
{
background-color: #B67112;
}
</style>
border-color css
<style>
span { border-color: #B67112; }
span { border-color: rgb(182,113,18); }
td.TdClassName
{
border-color: #B67112;
}
.TagClassName
{
border-color: #B67112;
}
</style>