Shades of Dark Goldenrod #B78918
Tints of Dark Goldenrod #B78918
RGB
CMYK
RGB Variations
Color information
#B78918 (or 0xB78918) is known color: Dark Goldenrod. HEX triplet: B7, 89 and 18. RGB value is (183,137,24). Sum of RGB (Red+Green+Blue) = 183+137+24=344 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.20% from 344); Green value is 137 (53.91% from 255 or 39.83% from 344); Blue value is 24 (9.77% from 255 or 6.98% from 344); Max value from RGB is 183 - color contains mainly: red. Hex color #B78918 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78918 is #4876E7. Grayscale: #8A8A8A. Windows color (decimal): -4749032 or 1608119. OLE color: 1608119.
HSL color Cylindrical-coordinate representation of color #B78918: hue angle of 42.64º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B78918 is Cyan = 0, Magento = 0.25, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 137 | 24 | - |
| CMYK | 0 | 0.25 | 0.87 | 0.28 |
| HSL | 42.64º | 0.77% | 0.41% | - |
| HSV(B) | 42.64º | 0.87% | 0.72% | - |
| XYZ | 28.64 | 28.02 | 4.76 | - |
| YUV | 137.87 | 63.74 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 137 | 24 | 0 | 0.25 | 0.87 | 0.28 | 42.64 | 0.77 | 0.41 |
| Hex | B7 | 89 | 18 | 0 | 19 | 57 | 1C | 2B | 4D | 29 |
| Octal | 267 | 211 | 30 | 0 | 31 | 127 | 34 | 53 | 115 | 51 |
| Binary | 10110111 | 10001001 | 11000 | 0 | 11001 | 1010111 | 11100 | 101011 | 1001101 | 101001 |
Color Harmonies of #B78918
Complementary color
Monochromatic Colors of #B78918
Black with #B78918
Text Example
Text Example
White with #B78918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78918; }
p { color: rgb(183,137,24); }
H1.HeaderClassName
{
color: #B78918;
}
.AnyTagClassName
{
color: #B78918;
}
</style>
background-color css
<style>
a { background-color: #B78918; }
a { background-color: rgb(183,137,24); }
div.DivClassName
{
background-color: #B78918;
}
.BgClassName
{
background-color: #B78918;
}
</style>
border-color css
<style>
span { border-color: #B78918; }
span { border-color: rgb(183,137,24); }
td.TdClassName
{
border-color: #B78918;
}
.TagClassName
{
border-color: #B78918;
}
</style>