Shades of Dark Goldenrod #B8780E
Tints of Dark Goldenrod #B8780E
RGB
CMYK
RGB Variations
Color information
#B8780E (or 0xB8780E) is known color: Dark Goldenrod. HEX triplet: B8, 78 and 0E. RGB value is (184,120,14). Sum of RGB (Red+Green+Blue) = 184+120+14=318 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.86% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 14 (5.86% from 255 or 4.40% from 318); Max value from RGB is 184 - color contains mainly: red. Hex color #B8780E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8780E is #4787F1. Grayscale: #7F7F7F. Windows color (decimal): -4687858 or 948408. OLE color: 948408.
HSL color Cylindrical-coordinate representation of color #B8780E: hue angle of 37.41º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B8780E is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 120 | 14 | - |
| CMYK | 0 | 0.35 | 0.92 | 0.28 |
| HSL | 37.41º | 0.86% | 0.39% | - |
| HSV(B) | 37.41º | 0.92% | 0.72% | - |
| XYZ | 26.56 | 23.65 | 3.58 | - |
| YUV | 127.05 | 64.2 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 120 | 14 | 0 | 0.35 | 0.92 | 0.28 | 37.41 | 0.86 | 0.39 |
| Hex | B8 | 78 | E | 0 | 23 | 5C | 1C | 25 | 56 | 27 |
| Octal | 270 | 170 | 16 | 0 | 43 | 134 | 34 | 45 | 126 | 47 |
| Binary | 10111000 | 1111000 | 1110 | 0 | 100011 | 1011100 | 11100 | 100101 | 1010110 | 100111 |
Color Harmonies of #B8780E
Complementary color
Monochromatic Colors of #B8780E
Black with #B8780E
Text Example
Text Example
White with #B8780E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8780E; }
p { color: rgb(184,120,14); }
H1.HeaderClassName
{
color: #B8780E;
}
.AnyTagClassName
{
color: #B8780E;
}
</style>
background-color css
<style>
a { background-color: #B8780E; }
a { background-color: rgb(184,120,14); }
div.DivClassName
{
background-color: #B8780E;
}
.BgClassName
{
background-color: #B8780E;
}
</style>
border-color css
<style>
span { border-color: #B8780E; }
span { border-color: rgb(184,120,14); }
td.TdClassName
{
border-color: #B8780E;
}
.TagClassName
{
border-color: #B8780E;
}
</style>