Shades of Dark Goldenrod #B68418
Tints of Dark Goldenrod #B68418
RGB
CMYK
RGB Variations
Color information
#B68418 (or 0xB68418) is known color: Dark Goldenrod. HEX triplet: B6, 84 and 18. RGB value is (182,132,24). Sum of RGB (Red+Green+Blue) = 182+132+24=338 (44% of max value = 765). Red value is 182 (71.48% from 255 or 53.85% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 24 (9.77% from 255 or 7.10% from 338); Max value from RGB is 182 - color contains mainly: red. Hex color #B68418 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68418 is #497BE7. Grayscale: #878787. Windows color (decimal): -4815848 or 1606838. OLE color: 1606838.
HSL color Cylindrical-coordinate representation of color #B68418: hue angle of 41.01º 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 #B68418 is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 132 | 24 | - |
| CMYK | 0 | 0.27 | 0.87 | 0.29 |
| HSL | 41.01º | 0.77% | 0.4% | - |
| HSV(B) | 41.01º | 0.87% | 0.71% | - |
| XYZ | 27.71 | 26.51 | 4.52 | - |
| YUV | 134.64 | 65.57 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 132 | 24 | 0 | 0.27 | 0.87 | 0.29 | 41.01 | 0.77 | 0.4 |
| Hex | B6 | 84 | 18 | 0 | 1B | 57 | 1D | 29 | 4D | 28 |
| Octal | 266 | 204 | 30 | 0 | 33 | 127 | 35 | 51 | 115 | 50 |
| Binary | 10110110 | 10000100 | 11000 | 0 | 11011 | 1010111 | 11101 | 101001 | 1001101 | 101000 |
Color Harmonies of #B68418
Complementary color
Monochromatic Colors of #B68418
Black with #B68418
Text Example
Text Example
White with #B68418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68418; }
p { color: rgb(182,132,24); }
H1.HeaderClassName
{
color: #B68418;
}
.AnyTagClassName
{
color: #B68418;
}
</style>
background-color css
<style>
a { background-color: #B68418; }
a { background-color: rgb(182,132,24); }
div.DivClassName
{
background-color: #B68418;
}
.BgClassName
{
background-color: #B68418;
}
</style>
border-color css
<style>
span { border-color: #B68418; }
span { border-color: rgb(182,132,24); }
td.TdClassName
{
border-color: #B68418;
}
.TagClassName
{
border-color: #B68418;
}
</style>