Shades of Dark Goldenrod #B8770C
Tints of Dark Goldenrod #B8770C
RGB
CMYK
RGB Variations
Color information
#B8770C (or 0xB8770C) is known color: Dark Goldenrod. HEX triplet: B8, 77 and 0C. RGB value is (184,119,12). Sum of RGB (Red+Green+Blue) = 184+119+12=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B8770C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8770C is #4788F3. Grayscale: #7E7E7E. Windows color (decimal): -4688116 or 817080. OLE color: 817080.
HSL color Cylindrical-coordinate representation of color #B8770C: hue angle of 37.33º 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 #B8770C is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 119 | 12 | - |
| CMYK | 0 | 0.35 | 0.93 | 0.28 |
| HSL | 37.33º | 0.88% | 0.38% | - |
| HSV(B) | 37.33º | 0.93% | 0.72% | - |
| XYZ | 26.43 | 23.41 | 3.47 | - |
| YUV | 126.24 | 63.53 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 119 | 12 | 0 | 0.35 | 0.93 | 0.28 | 37.33 | 0.88 | 0.38 |
| Hex | B8 | 77 | C | 0 | 23 | 5D | 1C | 25 | 58 | 26 |
| Octal | 270 | 167 | 14 | 0 | 43 | 135 | 34 | 45 | 130 | 46 |
| Binary | 10111000 | 1110111 | 1100 | 0 | 100011 | 1011101 | 11100 | 100101 | 1011000 | 100110 |
Color Harmonies of #B8770C
Complementary color
Monochromatic Colors of #B8770C
Black with #B8770C
Text Example
Text Example
White with #B8770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8770C; }
p { color: rgb(184,119,12); }
H1.HeaderClassName
{
color: #B8770C;
}
.AnyTagClassName
{
color: #B8770C;
}
</style>
background-color css
<style>
a { background-color: #B8770C; }
a { background-color: rgb(184,119,12); }
div.DivClassName
{
background-color: #B8770C;
}
.BgClassName
{
background-color: #B8770C;
}
</style>
border-color css
<style>
span { border-color: #B8770C; }
span { border-color: rgb(184,119,12); }
td.TdClassName
{
border-color: #B8770C;
}
.TagClassName
{
border-color: #B8770C;
}
</style>