Shades of Dark Goldenrod #B4920C
Tints of Dark Goldenrod #B4920C
RGB
CMYK
RGB Variations
Color information
#B4920C (or 0xB4920C) is known color: Dark Goldenrod. HEX triplet: B4, 92 and 0C. RGB value is (180,146,12). Sum of RGB (Red+Green+Blue) = 180+146+12=338 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.25% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 180 - color contains mainly: red. Hex color #B4920C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4920C is #4B6DF3. Grayscale: #8D8D8D. Windows color (decimal): -4943348 or 823988. OLE color: 823988.
HSL color Cylindrical-coordinate representation of color #B4920C: hue angle of 47.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 #B4920C is Cyan = 0, Magento = 0.19, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 146 | 12 | - |
| CMYK | 0 | 0.19 | 0.93 | 0.29 |
| HSL | 47.86º | 0.88% | 0.38% | - |
| HSV(B) | 47.86º | 0.93% | 0.71% | - |
| XYZ | 29.17 | 30.29 | 4.66 | - |
| YUV | 140.89 | 55.26 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 146 | 12 | 0 | 0.19 | 0.93 | 0.29 | 47.86 | 0.88 | 0.38 |
| Hex | B4 | 92 | C | 0 | 13 | 5D | 1D | 30 | 58 | 26 |
| Octal | 264 | 222 | 14 | 0 | 23 | 135 | 35 | 60 | 130 | 46 |
| Binary | 10110100 | 10010010 | 1100 | 0 | 10011 | 1011101 | 11101 | 110000 | 1011000 | 100110 |
Color Harmonies of #B4920C
Complementary color
Monochromatic Colors of #B4920C
Black with #B4920C
Text Example
Text Example
White with #B4920C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4920C; }
p { color: rgb(180,146,12); }
H1.HeaderClassName
{
color: #B4920C;
}
.AnyTagClassName
{
color: #B4920C;
}
</style>
background-color css
<style>
a { background-color: #B4920C; }
a { background-color: rgb(180,146,12); }
div.DivClassName
{
background-color: #B4920C;
}
.BgClassName
{
background-color: #B4920C;
}
</style>
border-color css
<style>
span { border-color: #B4920C; }
span { border-color: rgb(180,146,12); }
td.TdClassName
{
border-color: #B4920C;
}
.TagClassName
{
border-color: #B4920C;
}
</style>