Shades of Dark Goldenrod #B78C0B
Tints of Dark Goldenrod #B78C0B
RGB
CMYK
RGB Variations
Color information
#B78C0B (or 0xB78C0B) is known color: Dark Goldenrod. HEX triplet: B7, 8C and 0B. RGB value is (183,140,11). Sum of RGB (Red+Green+Blue) = 183+140+11=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 140 (55.08% from 255 or 41.92% from 334); Blue value is 11 (4.69% from 255 or 3.29% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B78C0B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78C0B is #4873F4. Grayscale: #8A8A8A. Windows color (decimal): -4748277 or 756919. OLE color: 756919.
HSL color Cylindrical-coordinate representation of color #B78C0B: hue angle of 45º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B78C0B is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 140 | 11 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.28 |
| HSL | 45º | 0.89% | 0.38% | - |
| HSV(B) | 45º | 0.94% | 0.72% | - |
| XYZ | 28.97 | 28.85 | 4.36 | - |
| YUV | 138.15 | 56.25 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 140 | 11 | 0 | 0.23 | 0.94 | 0.28 | 45 | 0.89 | 0.38 |
| Hex | B7 | 8C | B | 0 | 17 | 5E | 1C | 2D | 59 | 26 |
| Octal | 267 | 214 | 13 | 0 | 27 | 136 | 34 | 55 | 131 | 46 |
| Binary | 10110111 | 10001100 | 1011 | 0 | 10111 | 1011110 | 11100 | 101101 | 1011001 | 100110 |
Color Harmonies of #B78C0B
Complementary color
Monochromatic Colors of #B78C0B
Black with #B78C0B
Text Example
Text Example
White with #B78C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78C0B; }
p { color: rgb(183,140,11); }
H1.HeaderClassName
{
color: #B78C0B;
}
.AnyTagClassName
{
color: #B78C0B;
}
</style>
background-color css
<style>
a { background-color: #B78C0B; }
a { background-color: rgb(183,140,11); }
div.DivClassName
{
background-color: #B78C0B;
}
.BgClassName
{
background-color: #B78C0B;
}
</style>
border-color css
<style>
span { border-color: #B78C0B; }
span { border-color: rgb(183,140,11); }
td.TdClassName
{
border-color: #B78C0B;
}
.TagClassName
{
border-color: #B78C0B;
}
</style>