Shades of Dark Goldenrod #B78C18
Tints of Dark Goldenrod #B78C18
RGB
CMYK
RGB Variations
Color information
#B78C18 (or 0xB78C18) is known color: Dark Goldenrod. HEX triplet: B7, 8C and 18. RGB value is (183,140,24). Sum of RGB (Red+Green+Blue) = 183+140+24=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 140 (55.08% from 255 or 40.35% from 347); Blue value is 24 (9.77% from 255 or 6.92% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B78C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78C18 is #4873E7. Grayscale: #8C8C8C. Windows color (decimal): -4748264 or 1608887. OLE color: 1608887.
HSL color Cylindrical-coordinate representation of color #B78C18: hue angle of 43.77º 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 #B78C18 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 140 | 24 | - |
| CMYK | 0 | 0.23 | 0.87 | 0.28 |
| HSL | 43.77º | 0.77% | 0.41% | - |
| HSV(B) | 43.77º | 0.87% | 0.72% | - |
| XYZ | 29.07 | 28.89 | 4.91 | - |
| YUV | 139.63 | 62.75 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 140 | 24 | 0 | 0.23 | 0.87 | 0.28 | 43.77 | 0.77 | 0.41 |
| Hex | B7 | 8C | 18 | 0 | 17 | 57 | 1C | 2C | 4D | 29 |
| Octal | 267 | 214 | 30 | 0 | 27 | 127 | 34 | 54 | 115 | 51 |
| Binary | 10110111 | 10001100 | 11000 | 0 | 10111 | 1010111 | 11100 | 101100 | 1001101 | 101001 |
Color Harmonies of #B78C18
Complementary color
Monochromatic Colors of #B78C18
Black with #B78C18
Text Example
Text Example
White with #B78C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78C18; }
p { color: rgb(183,140,24); }
H1.HeaderClassName
{
color: #B78C18;
}
.AnyTagClassName
{
color: #B78C18;
}
</style>
background-color css
<style>
a { background-color: #B78C18; }
a { background-color: rgb(183,140,24); }
div.DivClassName
{
background-color: #B78C18;
}
.BgClassName
{
background-color: #B78C18;
}
</style>
border-color css
<style>
span { border-color: #B78C18; }
span { border-color: rgb(183,140,24); }
td.TdClassName
{
border-color: #B78C18;
}
.TagClassName
{
border-color: #B78C18;
}
</style>