Shades of Dark Goldenrod #B5770C
Tints of Dark Goldenrod #B5770C
RGB
CMYK
RGB Variations
Color information
#B5770C (or 0xB5770C) is known color: Dark Goldenrod. HEX triplet: B5, 77 and 0C. RGB value is (181,119,12). Sum of RGB (Red+Green+Blue) = 181+119+12=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B5770C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B5770C is #4A88F3. Grayscale: #7D7D7D. Windows color (decimal): -4884724 or 817077. OLE color: 817077.
HSL color Cylindrical-coordinate representation of color #B5770C: hue angle of 37.99º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5770C is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 119 | 12 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.29 |
| HSL | 37.99º | 0.88% | 0.38% | - |
| HSV(B) | 37.99º | 0.93% | 0.71% | - |
| XYZ | 25.72 | 23.04 | 3.44 | - |
| YUV | 125.34 | 64.04 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 119 | 12 | 0 | 0.34 | 0.93 | 0.29 | 37.99 | 0.88 | 0.38 |
| Hex | B5 | 77 | C | 0 | 22 | 5D | 1D | 26 | 58 | 26 |
| Octal | 265 | 167 | 14 | 0 | 42 | 135 | 35 | 46 | 130 | 46 |
| Binary | 10110101 | 1110111 | 1100 | 0 | 100010 | 1011101 | 11101 | 100110 | 1011000 | 100110 |
Color Harmonies of #B5770C
Complementary color
Monochromatic Colors of #B5770C
Black with #B5770C
Text Example
Text Example
White with #B5770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5770C; }
p { color: rgb(181,119,12); }
H1.HeaderClassName
{
color: #B5770C;
}
.AnyTagClassName
{
color: #B5770C;
}
</style>
background-color css
<style>
a { background-color: #B5770C; }
a { background-color: rgb(181,119,12); }
div.DivClassName
{
background-color: #B5770C;
}
.BgClassName
{
background-color: #B5770C;
}
</style>
border-color css
<style>
span { border-color: #B5770C; }
span { border-color: rgb(181,119,12); }
td.TdClassName
{
border-color: #B5770C;
}
.TagClassName
{
border-color: #B5770C;
}
</style>