Shades of Dark Goldenrod #B78B0D
Tints of Dark Goldenrod #B78B0D
RGB
CMYK
RGB Variations
Color information
#B78B0D (or 0xB78B0D) is known color: Dark Goldenrod. HEX triplet: B7, 8B and 0D. RGB value is (183,139,13). Sum of RGB (Red+Green+Blue) = 183+139+13=335 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.63% from 335); Green value is 139 (54.69% from 255 or 41.49% from 335); Blue value is 13 (5.47% from 255 or 3.88% from 335); Max value from RGB is 183 - color contains mainly: red. Hex color #B78B0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78B0D is #4874F2. Grayscale: #8A8A8A. Windows color (decimal): -4748531 or 887735. OLE color: 887735.
HSL color Cylindrical-coordinate representation of color #B78B0D: hue angle of 44.47º degrees, saturation: 0.87, 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 #B78B0D is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 139 | 13 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.28 |
| HSL | 44.47º | 0.87% | 0.38% | - |
| HSV(B) | 44.47º | 0.93% | 0.72% | - |
| XYZ | 28.83 | 28.56 | 4.37 | - |
| YUV | 137.79 | 57.58 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 139 | 13 | 0 | 0.24 | 0.93 | 0.28 | 44.47 | 0.87 | 0.38 |
| Hex | B7 | 8B | D | 0 | 18 | 5D | 1C | 2C | 57 | 26 |
| Octal | 267 | 213 | 15 | 0 | 30 | 135 | 34 | 54 | 127 | 46 |
| Binary | 10110111 | 10001011 | 1101 | 0 | 11000 | 1011101 | 11100 | 101100 | 1010111 | 100110 |
Color Harmonies of #B78B0D
Complementary color
Monochromatic Colors of #B78B0D
Black with #B78B0D
Text Example
Text Example
White with #B78B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78B0D; }
p { color: rgb(183,139,13); }
H1.HeaderClassName
{
color: #B78B0D;
}
.AnyTagClassName
{
color: #B78B0D;
}
</style>
background-color css
<style>
a { background-color: #B78B0D; }
a { background-color: rgb(183,139,13); }
div.DivClassName
{
background-color: #B78B0D;
}
.BgClassName
{
background-color: #B78B0D;
}
</style>
border-color css
<style>
span { border-color: #B78B0D; }
span { border-color: rgb(183,139,13); }
td.TdClassName
{
border-color: #B78B0D;
}
.TagClassName
{
border-color: #B78B0D;
}
</style>