Shades of Dark Goldenrod #B4760C
Tints of Dark Goldenrod #B4760C
RGB
CMYK
RGB Variations
Color information
#B4760C (or 0xB4760C) is known color: Dark Goldenrod. HEX triplet: B4, 76 and 0C. RGB value is (180,118,12). Sum of RGB (Red+Green+Blue) = 180+118+12=310 (41% of max value = 765). Red value is 180 (70.70% from 255 or 58.06% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 180 - color contains mainly: red. Hex color #B4760C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B4760C is #4B89F3. Grayscale: #7C7C7C. Windows color (decimal): -4950516 or 816820. OLE color: 816820.
HSL color Cylindrical-coordinate representation of color #B4760C: hue angle of 37.86º 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 #B4760C is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 118 | 12 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.29 |
| HSL | 37.86º | 0.88% | 0.38% | - |
| HSV(B) | 37.86º | 0.93% | 0.71% | - |
| XYZ | 25.37 | 22.69 | 3.39 | - |
| YUV | 124.45 | 64.54 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 118 | 12 | 0 | 0.34 | 0.93 | 0.29 | 37.86 | 0.88 | 0.38 |
| Hex | B4 | 76 | C | 0 | 22 | 5D | 1D | 26 | 58 | 26 |
| Octal | 264 | 166 | 14 | 0 | 42 | 135 | 35 | 46 | 130 | 46 |
| Binary | 10110100 | 1110110 | 1100 | 0 | 100010 | 1011101 | 11101 | 100110 | 1011000 | 100110 |
Color Harmonies of #B4760C
Complementary color
Monochromatic Colors of #B4760C
Black with #B4760C
Text Example
Text Example
White with #B4760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4760C; }
p { color: rgb(180,118,12); }
H1.HeaderClassName
{
color: #B4760C;
}
.AnyTagClassName
{
color: #B4760C;
}
</style>
background-color css
<style>
a { background-color: #B4760C; }
a { background-color: rgb(180,118,12); }
div.DivClassName
{
background-color: #B4760C;
}
.BgClassName
{
background-color: #B4760C;
}
</style>
border-color css
<style>
span { border-color: #B4760C; }
span { border-color: rgb(180,118,12); }
td.TdClassName
{
border-color: #B4760C;
}
.TagClassName
{
border-color: #B4760C;
}
</style>