Shades of Dark Goldenrod #B78C0C
Tints of Dark Goldenrod #B78C0C
RGB
CMYK
RGB Variations
Color information
#B78C0C (or 0xB78C0C) is known color: Dark Goldenrod. HEX triplet: B7, 8C and 0C. RGB value is (183,140,12). Sum of RGB (Red+Green+Blue) = 183+140+12=335 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.63% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 183 - color contains mainly: red. Hex color #B78C0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78C0C is #4873F3. Grayscale: #8A8A8A. Windows color (decimal): -4748276 or 822455. OLE color: 822455.
HSL color Cylindrical-coordinate representation of color #B78C0C: hue angle of 44.91º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B78C0C is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 140 | 12 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.28 |
| HSL | 44.91º | 0.88% | 0.38% | - |
| HSV(B) | 44.91º | 0.93% | 0.72% | - |
| XYZ | 28.97 | 28.85 | 4.39 | - |
| YUV | 138.27 | 56.75 | 159.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 140 | 12 | 0 | 0.23 | 0.93 | 0.28 | 44.91 | 0.88 | 0.38 |
| Hex | B7 | 8C | C | 0 | 17 | 5D | 1C | 2D | 58 | 26 |
| Octal | 267 | 214 | 14 | 0 | 27 | 135 | 34 | 55 | 130 | 46 |
| Binary | 10110111 | 10001100 | 1100 | 0 | 10111 | 1011101 | 11100 | 101101 | 1011000 | 100110 |
Color Harmonies of #B78C0C
Complementary color
Monochromatic Colors of #B78C0C
Black with #B78C0C
Text Example
Text Example
White with #B78C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78C0C; }
p { color: rgb(183,140,12); }
H1.HeaderClassName
{
color: #B78C0C;
}
.AnyTagClassName
{
color: #B78C0C;
}
</style>
background-color css
<style>
a { background-color: #B78C0C; }
a { background-color: rgb(183,140,12); }
div.DivClassName
{
background-color: #B78C0C;
}
.BgClassName
{
background-color: #B78C0C;
}
</style>
border-color css
<style>
span { border-color: #B78C0C; }
span { border-color: rgb(183,140,12); }
td.TdClassName
{
border-color: #B78C0C;
}
.TagClassName
{
border-color: #B78C0C;
}
</style>