Shades of Dark Goldenrod #B2940B
Tints of Dark Goldenrod #B2940B
RGB
CMYK
RGB Variations
Color information
#B2940B (or 0xB2940B) is known color: Dark Goldenrod. HEX triplet: B2, 94 and 0B. RGB value is (178,148,11). Sum of RGB (Red+Green+Blue) = 178+148+11=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 11 (4.69% from 255 or 3.26% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B2940B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2940B is #4D6BF4. Grayscale: #8D8D8D. Windows color (decimal): -5073909 or 758962. OLE color: 758962.
HSL color Cylindrical-coordinate representation of color #B2940B: hue angle of 49.22º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B2940B is Cyan = 0, Magento = 0.17, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 148 | 11 | - |
| CMYK | 0 | 0.17 | 0.94 | 0.30 |
| HSL | 49.22º | 0.88% | 0.37% | - |
| HSV(B) | 49.22º | 0.94% | 0.7% | - |
| XYZ | 29.01 | 30.67 | 4.71 | - |
| YUV | 141.35 | 54.44 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 148 | 11 | 0 | 0.17 | 0.94 | 0.30 | 49.22 | 0.88 | 0.37 |
| Hex | B2 | 94 | B | 0 | 11 | 5E | 1E | 31 | 58 | 25 |
| Octal | 262 | 224 | 13 | 0 | 21 | 136 | 36 | 61 | 130 | 45 |
| Binary | 10110010 | 10010100 | 1011 | 0 | 10001 | 1011110 | 11110 | 110001 | 1011000 | 100101 |
Color Harmonies of #B2940B
Complementary color
Monochromatic Colors of #B2940B
Black with #B2940B
Text Example
Text Example
White with #B2940B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2940B; }
p { color: rgb(178,148,11); }
H1.HeaderClassName
{
color: #B2940B;
}
.AnyTagClassName
{
color: #B2940B;
}
</style>
background-color css
<style>
a { background-color: #B2940B; }
a { background-color: rgb(178,148,11); }
div.DivClassName
{
background-color: #B2940B;
}
.BgClassName
{
background-color: #B2940B;
}
</style>
border-color css
<style>
span { border-color: #B2940B; }
span { border-color: rgb(178,148,11); }
td.TdClassName
{
border-color: #B2940B;
}
.TagClassName
{
border-color: #B2940B;
}
</style>