Shades of Dark Goldenrod #B78714
Tints of Dark Goldenrod #B78714
RGB
CMYK
RGB Variations
Color information
#B78714 (or 0xB78714) is known color: Dark Goldenrod. HEX triplet: B7, 87 and 14. RGB value is (183,135,20). Sum of RGB (Red+Green+Blue) = 183+135+20=338 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.14% from 338); Green value is 135 (53.12% from 255 or 39.94% from 338); Blue value is 20 (8.20% from 255 or 5.92% from 338); Max value from RGB is 183 - color contains mainly: red. Hex color #B78714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B78714 is #4878EB. Grayscale: #888888. Windows color (decimal): -4749548 or 1345463. OLE color: 1345463.
HSL color Cylindrical-coordinate representation of color #B78714: hue angle of 42.33º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B78714 is Cyan = 0, Magento = 0.26, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 135 | 20 | - |
| CMYK | 0 | 0.26 | 0.89 | 0.28 |
| HSL | 42.33º | 0.8% | 0.4% | - |
| HSV(B) | 42.33º | 0.89% | 0.72% | - |
| XYZ | 28.32 | 27.45 | 4.47 | - |
| YUV | 136.24 | 62.4 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 135 | 20 | 0 | 0.26 | 0.89 | 0.28 | 42.33 | 0.8 | 0.4 |
| Hex | B7 | 87 | 14 | 0 | 1A | 59 | 1C | 2A | 50 | 28 |
| Octal | 267 | 207 | 24 | 0 | 32 | 131 | 34 | 52 | 120 | 50 |
| Binary | 10110111 | 10000111 | 10100 | 0 | 11010 | 1011001 | 11100 | 101010 | 1010000 | 101000 |
Color Harmonies of #B78714
Complementary color
Monochromatic Colors of #B78714
Black with #B78714
Text Example
Text Example
White with #B78714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78714; }
p { color: rgb(183,135,20); }
H1.HeaderClassName
{
color: #B78714;
}
.AnyTagClassName
{
color: #B78714;
}
</style>
background-color css
<style>
a { background-color: #B78714; }
a { background-color: rgb(183,135,20); }
div.DivClassName
{
background-color: #B78714;
}
.BgClassName
{
background-color: #B78714;
}
</style>
border-color css
<style>
span { border-color: #B78714; }
span { border-color: rgb(183,135,20); }
td.TdClassName
{
border-color: #B78714;
}
.TagClassName
{
border-color: #B78714;
}
</style>