Shades of Dark Goldenrod #B4860C
Tints of Dark Goldenrod #B4860C
RGB
CMYK
RGB Variations
Color information
#B4860C (or 0xB4860C) is known color: Dark Goldenrod. HEX triplet: B4, 86 and 0C. RGB value is (180,134,12). Sum of RGB (Red+Green+Blue) = 180+134+12=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B4860C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4860C is #4B79F3. Grayscale: #868686. Windows color (decimal): -4946420 or 820916. OLE color: 820916.
HSL color Cylindrical-coordinate representation of color #B4860C: hue angle of 43.57º 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 #B4860C is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 134 | 12 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.29 |
| HSL | 43.57º | 0.88% | 0.38% | - |
| HSV(B) | 43.57º | 0.93% | 0.71% | - |
| XYZ | 27.41 | 26.78 | 4.07 | - |
| YUV | 133.85 | 59.24 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 134 | 12 | 0 | 0.26 | 0.93 | 0.29 | 43.57 | 0.88 | 0.38 |
| Hex | B4 | 86 | C | 0 | 1A | 5D | 1D | 2C | 58 | 26 |
| Octal | 264 | 206 | 14 | 0 | 32 | 135 | 35 | 54 | 130 | 46 |
| Binary | 10110100 | 10000110 | 1100 | 0 | 11010 | 1011101 | 11101 | 101100 | 1011000 | 100110 |
Color Harmonies of #B4860C
Complementary color
Monochromatic Colors of #B4860C
Black with #B4860C
Text Example
Text Example
White with #B4860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4860C; }
p { color: rgb(180,134,12); }
H1.HeaderClassName
{
color: #B4860C;
}
.AnyTagClassName
{
color: #B4860C;
}
</style>
background-color css
<style>
a { background-color: #B4860C; }
a { background-color: rgb(180,134,12); }
div.DivClassName
{
background-color: #B4860C;
}
.BgClassName
{
background-color: #B4860C;
}
</style>
border-color css
<style>
span { border-color: #B4860C; }
span { border-color: rgb(180,134,12); }
td.TdClassName
{
border-color: #B4860C;
}
.TagClassName
{
border-color: #B4860C;
}
</style>