Shades of Dark Goldenrod #B67A17
Tints of Dark Goldenrod #B67A17
RGB
CMYK
RGB Variations
Color information
#B67A17 (or 0xB67A17) is known color: Dark Goldenrod. HEX triplet: B6, 7A and 17. RGB value is (182,122,23). Sum of RGB (Red+Green+Blue) = 182+122+23=327 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.66% from 327); Green value is 122 (48.05% from 255 or 37.31% from 327); Blue value is 23 (9.38% from 255 or 7.03% from 327); Max value from RGB is 182 - color contains mainly: red. Hex color #B67A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67A17 is #4985E8. Grayscale: #818181. Windows color (decimal): -4818409 or 1538742. OLE color: 1538742.
HSL color Cylindrical-coordinate representation of color #B67A17: hue angle of 37.36º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B67A17 is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 122 | 23 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.29 |
| HSL | 37.36º | 0.78% | 0.4% | - |
| HSV(B) | 37.36º | 0.87% | 0.71% | - |
| XYZ | 26.41 | 23.93 | 4.04 | - |
| YUV | 128.65 | 68.38 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 122 | 23 | 0 | 0.33 | 0.87 | 0.29 | 37.36 | 0.78 | 0.4 |
| Hex | B6 | 7A | 17 | 0 | 21 | 57 | 1D | 25 | 4E | 28 |
| Octal | 266 | 172 | 27 | 0 | 41 | 127 | 35 | 45 | 116 | 50 |
| Binary | 10110110 | 1111010 | 10111 | 0 | 100001 | 1010111 | 11101 | 100101 | 1001110 | 101000 |
Color Harmonies of #B67A17
Complementary color
Monochromatic Colors of #B67A17
Black with #B67A17
Text Example
Text Example
White with #B67A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67A17; }
p { color: rgb(182,122,23); }
H1.HeaderClassName
{
color: #B67A17;
}
.AnyTagClassName
{
color: #B67A17;
}
</style>
background-color css
<style>
a { background-color: #B67A17; }
a { background-color: rgb(182,122,23); }
div.DivClassName
{
background-color: #B67A17;
}
.BgClassName
{
background-color: #B67A17;
}
</style>
border-color css
<style>
span { border-color: #B67A17; }
span { border-color: rgb(182,122,23); }
td.TdClassName
{
border-color: #B67A17;
}
.TagClassName
{
border-color: #B67A17;
}
</style>