Shades of Dark Goldenrod #B67A16
Tints of Dark Goldenrod #B67A16
RGB
CMYK
RGB Variations
Color information
#B67A16 (or 0xB67A16) is known color: Dark Goldenrod. HEX triplet: B6, 7A and 16. RGB value is (182,122,22). Sum of RGB (Red+Green+Blue) = 182+122+22=326 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.83% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67A16 is #4985E9. Grayscale: #808080. Windows color (decimal): -4818410 or 1473206. OLE color: 1473206.
HSL color Cylindrical-coordinate representation of color #B67A16: hue angle of 37.5º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B67A16 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 122 | 22 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.29 |
| HSL | 37.5º | 0.78% | 0.4% | - |
| HSV(B) | 37.5º | 0.88% | 0.71% | - |
| XYZ | 26.4 | 23.92 | 3.99 | - |
| YUV | 128.54 | 67.88 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 122 | 22 | 0 | 0.33 | 0.88 | 0.29 | 37.5 | 0.78 | 0.4 |
| Hex | B6 | 7A | 16 | 0 | 21 | 58 | 1D | 26 | 4E | 28 |
| Octal | 266 | 172 | 26 | 0 | 41 | 130 | 35 | 46 | 116 | 50 |
| Binary | 10110110 | 1111010 | 10110 | 0 | 100001 | 1011000 | 11101 | 100110 | 1001110 | 101000 |
Color Harmonies of #B67A16
Complementary color
Monochromatic Colors of #B67A16
Black with #B67A16
Text Example
Text Example
White with #B67A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67A16; }
p { color: rgb(182,122,22); }
H1.HeaderClassName
{
color: #B67A16;
}
.AnyTagClassName
{
color: #B67A16;
}
</style>
background-color css
<style>
a { background-color: #B67A16; }
a { background-color: rgb(182,122,22); }
div.DivClassName
{
background-color: #B67A16;
}
.BgClassName
{
background-color: #B67A16;
}
</style>
border-color css
<style>
span { border-color: #B67A16; }
span { border-color: rgb(182,122,22); }
td.TdClassName
{
border-color: #B67A16;
}
.TagClassName
{
border-color: #B67A16;
}
</style>