Shades of Dark Goldenrod #B4920F
Tints of Dark Goldenrod #B4920F
RGB
CMYK
RGB Variations
Color information
#B4920F (or 0xB4920F) is known color: Dark Goldenrod. HEX triplet: B4, 92 and 0F. RGB value is (180,146,15). Sum of RGB (Red+Green+Blue) = 180+146+15=341 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.79% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 15 (6.25% from 255 or 4.40% from 341); Max value from RGB is 180 - color contains mainly: red. Hex color #B4920F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4920F is #4B6DF0. Grayscale: #8D8D8D. Windows color (decimal): -4943345 or 1020596. OLE color: 1020596.
HSL color Cylindrical-coordinate representation of color #B4920F: hue angle of 47.64º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B4920F is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 146 | 15 | - |
| CMYK | 0 | 0.19 | 0.92 | 0.29 |
| HSL | 47.64º | 0.85% | 0.38% | - |
| HSV(B) | 47.64º | 0.92% | 0.71% | - |
| XYZ | 29.19 | 30.3 | 4.76 | - |
| YUV | 141.23 | 56.76 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 146 | 15 | 0 | 0.19 | 0.92 | 0.29 | 47.64 | 0.85 | 0.38 |
| Hex | B4 | 92 | F | 0 | 13 | 5C | 1D | 30 | 55 | 26 |
| Octal | 264 | 222 | 17 | 0 | 23 | 134 | 35 | 60 | 125 | 46 |
| Binary | 10110100 | 10010010 | 1111 | 0 | 10011 | 1011100 | 11101 | 110000 | 1010101 | 100110 |
Color Harmonies of #B4920F
Complementary color
Monochromatic Colors of #B4920F
Black with #B4920F
Text Example
Text Example
White with #B4920F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4920F; }
p { color: rgb(180,146,15); }
H1.HeaderClassName
{
color: #B4920F;
}
.AnyTagClassName
{
color: #B4920F;
}
</style>
background-color css
<style>
a { background-color: #B4920F; }
a { background-color: rgb(180,146,15); }
div.DivClassName
{
background-color: #B4920F;
}
.BgClassName
{
background-color: #B4920F;
}
</style>
border-color css
<style>
span { border-color: #B4920F; }
span { border-color: rgb(180,146,15); }
td.TdClassName
{
border-color: #B4920F;
}
.TagClassName
{
border-color: #B4920F;
}
</style>