Shades of Dark Goldenrod #B68816
Tints of Dark Goldenrod #B68816
RGB
CMYK
RGB Variations
Color information
#B68816 (or 0xB68816) is known color: Dark Goldenrod. HEX triplet: B6, 88 and 16. RGB value is (182,136,22). Sum of RGB (Red+Green+Blue) = 182+136+22=340 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.53% from 340); Green value is 136 (53.52% from 255 or 40% from 340); Blue value is 22 (8.98% from 255 or 6.47% from 340); Max value from RGB is 182 - color contains mainly: red. Hex color #B68816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68816 is #4977E9. Grayscale: #898989. Windows color (decimal): -4814826 or 1476790. OLE color: 1476790.
HSL color Cylindrical-coordinate representation of color #B68816: hue angle of 42.75º 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 #B68816 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 136 | 22 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.29 |
| HSL | 42.75º | 0.78% | 0.4% | - |
| HSV(B) | 42.75º | 0.88% | 0.71% | - |
| XYZ | 28.24 | 27.61 | 4.6 | - |
| YUV | 136.76 | 63.24 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 136 | 22 | 0 | 0.25 | 0.88 | 0.29 | 42.75 | 0.78 | 0.4 |
| Hex | B6 | 88 | 16 | 0 | 19 | 58 | 1D | 2B | 4E | 28 |
| Octal | 266 | 210 | 26 | 0 | 31 | 130 | 35 | 53 | 116 | 50 |
| Binary | 10110110 | 10001000 | 10110 | 0 | 11001 | 1011000 | 11101 | 101011 | 1001110 | 101000 |
Color Harmonies of #B68816
Complementary color
Monochromatic Colors of #B68816
Black with #B68816
Text Example
Text Example
White with #B68816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68816; }
p { color: rgb(182,136,22); }
H1.HeaderClassName
{
color: #B68816;
}
.AnyTagClassName
{
color: #B68816;
}
</style>
background-color css
<style>
a { background-color: #B68816; }
a { background-color: rgb(182,136,22); }
div.DivClassName
{
background-color: #B68816;
}
.BgClassName
{
background-color: #B68816;
}
</style>
border-color css
<style>
span { border-color: #B68816; }
span { border-color: rgb(182,136,22); }
td.TdClassName
{
border-color: #B68816;
}
.TagClassName
{
border-color: #B68816;
}
</style>