Shades of Dark Goldenrod #B68415
Tints of Dark Goldenrod #B68415
RGB
CMYK
RGB Variations
Color information
#B68415 (or 0xB68415) is known color: Dark Goldenrod. HEX triplet: B6, 84 and 15. RGB value is (182,132,21). Sum of RGB (Red+Green+Blue) = 182+132+21=335 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.33% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 21 (8.59% from 255 or 6.27% from 335); Max value from RGB is 182 - color contains mainly: red. Hex color #B68415 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68415 is #497BEA. Grayscale: #868686. Windows color (decimal): -4815851 or 1410230. OLE color: 1410230.
HSL color Cylindrical-coordinate representation of color #B68415: hue angle of 41.37º 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 #B68415 is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 132 | 21 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.29 |
| HSL | 41.37º | 0.79% | 0.4% | - |
| HSV(B) | 41.37º | 0.88% | 0.71% | - |
| XYZ | 27.68 | 26.5 | 4.37 | - |
| YUV | 134.3 | 64.07 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 132 | 21 | 0 | 0.27 | 0.88 | 0.29 | 41.37 | 0.79 | 0.4 |
| Hex | B6 | 84 | 15 | 0 | 1B | 58 | 1D | 29 | 4F | 28 |
| Octal | 266 | 204 | 25 | 0 | 33 | 130 | 35 | 51 | 117 | 50 |
| Binary | 10110110 | 10000100 | 10101 | 0 | 11011 | 1011000 | 11101 | 101001 | 1001111 | 101000 |
Color Harmonies of #B68415
Complementary color
Monochromatic Colors of #B68415
Black with #B68415
Text Example
Text Example
White with #B68415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68415; }
p { color: rgb(182,132,21); }
H1.HeaderClassName
{
color: #B68415;
}
.AnyTagClassName
{
color: #B68415;
}
</style>
background-color css
<style>
a { background-color: #B68415; }
a { background-color: rgb(182,132,21); }
div.DivClassName
{
background-color: #B68415;
}
.BgClassName
{
background-color: #B68415;
}
</style>
border-color css
<style>
span { border-color: #B68415; }
span { border-color: rgb(182,132,21); }
td.TdClassName
{
border-color: #B68415;
}
.TagClassName
{
border-color: #B68415;
}
</style>