Shades of Dark Goldenrod #B67915
Tints of Dark Goldenrod #B67915
RGB
CMYK
RGB Variations
Color information
#B67915 (or 0xB67915) is known color: Dark Goldenrod. HEX triplet: B6, 79 and 15. RGB value is (182,121,21). Sum of RGB (Red+Green+Blue) = 182+121+21=324 (42% of max value = 765). Red value is 182 (71.48% from 255 or 56.17% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 182 - color contains mainly: red. Hex color #B67915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B67915 is #4986EA. Grayscale: #808080. Windows color (decimal): -4818667 or 1407414. OLE color: 1407414.
HSL color Cylindrical-coordinate representation of color #B67915: hue angle of 37.27º degrees, saturation: 0.79, 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 #B67915 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 121 | 21 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.29 |
| HSL | 37.27º | 0.79% | 0.4% | - |
| HSV(B) | 37.27º | 0.88% | 0.71% | - |
| XYZ | 26.26 | 23.67 | 3.89 | - |
| YUV | 127.84 | 67.71 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 121 | 21 | 0 | 0.34 | 0.88 | 0.29 | 37.27 | 0.79 | 0.4 |
| Hex | B6 | 79 | 15 | 0 | 22 | 58 | 1D | 25 | 4F | 28 |
| Octal | 266 | 171 | 25 | 0 | 42 | 130 | 35 | 45 | 117 | 50 |
| Binary | 10110110 | 1111001 | 10101 | 0 | 100010 | 1011000 | 11101 | 100101 | 1001111 | 101000 |
Color Harmonies of #B67915
Complementary color
Monochromatic Colors of #B67915
Black with #B67915
Text Example
Text Example
White with #B67915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67915; }
p { color: rgb(182,121,21); }
H1.HeaderClassName
{
color: #B67915;
}
.AnyTagClassName
{
color: #B67915;
}
</style>
background-color css
<style>
a { background-color: #B67915; }
a { background-color: rgb(182,121,21); }
div.DivClassName
{
background-color: #B67915;
}
.BgClassName
{
background-color: #B67915;
}
</style>
border-color css
<style>
span { border-color: #B67915; }
span { border-color: rgb(182,121,21); }
td.TdClassName
{
border-color: #B67915;
}
.TagClassName
{
border-color: #B67915;
}
</style>