Shades of Dark Goldenrod #B2940C
Tints of Dark Goldenrod #B2940C
RGB
CMYK
RGB Variations
Color information
#B2940C (or 0xB2940C) is known color: Dark Goldenrod. HEX triplet: B2, 94 and 0C. RGB value is (178,148,12). Sum of RGB (Red+Green+Blue) = 178+148+12=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B2940C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2940C is #4D6BF3. Grayscale: #8E8E8E. Windows color (decimal): -5073908 or 824498. OLE color: 824498.
HSL color Cylindrical-coordinate representation of color #B2940C: hue angle of 49.16º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B2940C is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 148 | 12 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.30 |
| HSL | 49.16º | 0.87% | 0.37% | - |
| HSV(B) | 49.16º | 0.93% | 0.7% | - |
| XYZ | 29.02 | 30.67 | 4.74 | - |
| YUV | 141.47 | 54.94 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 148 | 12 | 0 | 0.17 | 0.93 | 0.30 | 49.16 | 0.87 | 0.37 |
| Hex | B2 | 94 | C | 0 | 11 | 5D | 1E | 31 | 57 | 25 |
| Octal | 262 | 224 | 14 | 0 | 21 | 135 | 36 | 61 | 127 | 45 |
| Binary | 10110010 | 10010100 | 1100 | 0 | 10001 | 1011101 | 11110 | 110001 | 1010111 | 100101 |
Color Harmonies of #B2940C
Complementary color
Monochromatic Colors of #B2940C
Black with #B2940C
Text Example
Text Example
White with #B2940C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2940C; }
p { color: rgb(178,148,12); }
H1.HeaderClassName
{
color: #B2940C;
}
.AnyTagClassName
{
color: #B2940C;
}
</style>
background-color css
<style>
a { background-color: #B2940C; }
a { background-color: rgb(178,148,12); }
div.DivClassName
{
background-color: #B2940C;
}
.BgClassName
{
background-color: #B2940C;
}
</style>
border-color css
<style>
span { border-color: #B2940C; }
span { border-color: rgb(178,148,12); }
td.TdClassName
{
border-color: #B2940C;
}
.TagClassName
{
border-color: #B2940C;
}
</style>