Shades of Dark Goldenrod #B68818
Tints of Dark Goldenrod #B68818
RGB
CMYK
RGB Variations
Color information
#B68818 (or 0xB68818) is known color: Dark Goldenrod. HEX triplet: B6, 88 and 18. RGB value is (182,136,24). Sum of RGB (Red+Green+Blue) = 182+136+24=342 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.22% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 24 (9.77% from 255 or 7.02% from 342); Max value from RGB is 182 - color contains mainly: red. Hex color #B68818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68818 is #4977E7. Grayscale: #898989. Windows color (decimal): -4814824 or 1607862. OLE color: 1607862.
HSL color Cylindrical-coordinate representation of color #B68818: hue angle of 42.53º degrees, saturation: 0.77, 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 #B68818 is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 136 | 24 | - |
| CMYK | 0 | 0.25 | 0.87 | 0.29 |
| HSL | 42.53º | 0.77% | 0.4% | - |
| HSV(B) | 42.53º | 0.87% | 0.71% | - |
| XYZ | 28.26 | 27.62 | 4.71 | - |
| YUV | 136.99 | 64.24 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 136 | 24 | 0 | 0.25 | 0.87 | 0.29 | 42.53 | 0.77 | 0.4 |
| Hex | B6 | 88 | 18 | 0 | 19 | 57 | 1D | 2B | 4D | 28 |
| Octal | 266 | 210 | 30 | 0 | 31 | 127 | 35 | 53 | 115 | 50 |
| Binary | 10110110 | 10001000 | 11000 | 0 | 11001 | 1010111 | 11101 | 101011 | 1001101 | 101000 |
Color Harmonies of #B68818
Complementary color
Monochromatic Colors of #B68818
Black with #B68818
Text Example
Text Example
White with #B68818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68818; }
p { color: rgb(182,136,24); }
H1.HeaderClassName
{
color: #B68818;
}
.AnyTagClassName
{
color: #B68818;
}
</style>
background-color css
<style>
a { background-color: #B68818; }
a { background-color: rgb(182,136,24); }
div.DivClassName
{
background-color: #B68818;
}
.BgClassName
{
background-color: #B68818;
}
</style>
border-color css
<style>
span { border-color: #B68818; }
span { border-color: rgb(182,136,24); }
td.TdClassName
{
border-color: #B68818;
}
.TagClassName
{
border-color: #B68818;
}
</style>