Shades of Dark Goldenrod #B2930E
Tints of Dark Goldenrod #B2930E
RGB
CMYK
RGB Variations
Color information
#B2930E (or 0xB2930E) is known color: Dark Goldenrod. HEX triplet: B2, 93 and 0E. RGB value is (178,147,14). Sum of RGB (Red+Green+Blue) = 178+147+14=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 147 (57.81% from 255 or 43.36% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B2930E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2930E is #4D6CF1. Grayscale: #8D8D8D. Windows color (decimal): -5074162 or 955314. OLE color: 955314.
HSL color Cylindrical-coordinate representation of color #B2930E: hue angle of 48.66º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2930E is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 147 | 14 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.30 |
| HSL | 48.66º | 0.85% | 0.38% | - |
| HSV(B) | 48.66º | 0.92% | 0.7% | - |
| XYZ | 28.87 | 30.36 | 4.75 | - |
| YUV | 141.11 | 56.27 | 154.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 147 | 14 | 0 | 0.17 | 0.92 | 0.30 | 48.66 | 0.85 | 0.38 |
| Hex | B2 | 93 | E | 0 | 11 | 5C | 1E | 31 | 55 | 26 |
| Octal | 262 | 223 | 16 | 0 | 21 | 134 | 36 | 61 | 125 | 46 |
| Binary | 10110010 | 10010011 | 1110 | 0 | 10001 | 1011100 | 11110 | 110001 | 1010101 | 100110 |
Color Harmonies of #B2930E
Complementary color
Monochromatic Colors of #B2930E
Black with #B2930E
Text Example
Text Example
White with #B2930E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2930E; }
p { color: rgb(178,147,14); }
H1.HeaderClassName
{
color: #B2930E;
}
.AnyTagClassName
{
color: #B2930E;
}
</style>
background-color css
<style>
a { background-color: #B2930E; }
a { background-color: rgb(178,147,14); }
div.DivClassName
{
background-color: #B2930E;
}
.BgClassName
{
background-color: #B2930E;
}
</style>
border-color css
<style>
span { border-color: #B2930E; }
span { border-color: rgb(178,147,14); }
td.TdClassName
{
border-color: #B2930E;
}
.TagClassName
{
border-color: #B2930E;
}
</style>