Shades of Dark Goldenrod #B8780D
Tints of Dark Goldenrod #B8780D
RGB
CMYK
RGB Variations
Color information
#B8780D (or 0xB8780D) is known color: Dark Goldenrod. HEX triplet: B8, 78 and 0D. RGB value is (184,120,13). Sum of RGB (Red+Green+Blue) = 184+120+13=317 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.04% from 317); Green value is 120 (47.27% from 255 or 37.85% from 317); Blue value is 13 (5.47% from 255 or 4.10% from 317); Max value from RGB is 184 - color contains mainly: red. Hex color #B8780D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8780D is #4787F2. Grayscale: #7F7F7F. Windows color (decimal): -4687859 or 882872. OLE color: 882872.
HSL color Cylindrical-coordinate representation of color #B8780D: hue angle of 37.54º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8780D is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 120 | 13 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.28 |
| HSL | 37.54º | 0.87% | 0.39% | - |
| HSV(B) | 37.54º | 0.93% | 0.72% | - |
| XYZ | 26.56 | 23.65 | 3.55 | - |
| YUV | 126.94 | 63.7 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 120 | 13 | 0 | 0.35 | 0.93 | 0.28 | 37.54 | 0.87 | 0.39 |
| Hex | B8 | 78 | D | 0 | 23 | 5D | 1C | 26 | 57 | 27 |
| Octal | 270 | 170 | 15 | 0 | 43 | 135 | 34 | 46 | 127 | 47 |
| Binary | 10111000 | 1111000 | 1101 | 0 | 100011 | 1011101 | 11100 | 100110 | 1010111 | 100111 |
Color Harmonies of #B8780D
Complementary color
Monochromatic Colors of #B8780D
Black with #B8780D
Text Example
Text Example
White with #B8780D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8780D; }
p { color: rgb(184,120,13); }
H1.HeaderClassName
{
color: #B8780D;
}
.AnyTagClassName
{
color: #B8780D;
}
</style>
background-color css
<style>
a { background-color: #B8780D; }
a { background-color: rgb(184,120,13); }
div.DivClassName
{
background-color: #B8780D;
}
.BgClassName
{
background-color: #B8780D;
}
</style>
border-color css
<style>
span { border-color: #B8780D; }
span { border-color: rgb(184,120,13); }
td.TdClassName
{
border-color: #B8780D;
}
.TagClassName
{
border-color: #B8780D;
}
</style>