Shades of Dark Goldenrod #B68915
Tints of Dark Goldenrod #B68915
RGB
CMYK
RGB Variations
Color information
#B68915 (or 0xB68915) is known color: Dark Goldenrod. HEX triplet: B6, 89 and 15. RGB value is (182,137,21). Sum of RGB (Red+Green+Blue) = 182+137+21=340 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.53% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 21 (8.59% from 255 or 6.18% from 340); Max value from RGB is 182 - color contains mainly: red. Hex color #B68915 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B68915 is #4976EA. Grayscale: #898989. Windows color (decimal): -4814571 or 1411510. OLE color: 1411510.
HSL color Cylindrical-coordinate representation of color #B68915: hue angle of 43.23º 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 #B68915 is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 137 | 21 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.29 |
| HSL | 43.23º | 0.79% | 0.4% | - |
| HSV(B) | 43.23º | 0.88% | 0.71% | - |
| XYZ | 28.37 | 27.89 | 4.6 | - |
| YUV | 137.23 | 62.41 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 137 | 21 | 0 | 0.25 | 0.88 | 0.29 | 43.23 | 0.79 | 0.4 |
| Hex | B6 | 89 | 15 | 0 | 19 | 58 | 1D | 2B | 4F | 28 |
| Octal | 266 | 211 | 25 | 0 | 31 | 130 | 35 | 53 | 117 | 50 |
| Binary | 10110110 | 10001001 | 10101 | 0 | 11001 | 1011000 | 11101 | 101011 | 1001111 | 101000 |
Color Harmonies of #B68915
Complementary color
Monochromatic Colors of #B68915
Black with #B68915
Text Example
Text Example
White with #B68915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68915; }
p { color: rgb(182,137,21); }
H1.HeaderClassName
{
color: #B68915;
}
.AnyTagClassName
{
color: #B68915;
}
</style>
background-color css
<style>
a { background-color: #B68915; }
a { background-color: rgb(182,137,21); }
div.DivClassName
{
background-color: #B68915;
}
.BgClassName
{
background-color: #B68915;
}
</style>
border-color css
<style>
span { border-color: #B68915; }
span { border-color: rgb(182,137,21); }
td.TdClassName
{
border-color: #B68915;
}
.TagClassName
{
border-color: #B68915;
}
</style>