Shades of Dark Goldenrod #B2940D
Tints of Dark Goldenrod #B2940D
RGB
CMYK
RGB Variations
Color information
#B2940D (or 0xB2940D) is known color: Dark Goldenrod. HEX triplet: B2, 94 and 0D. RGB value is (178,148,13). Sum of RGB (Red+Green+Blue) = 178+148+13=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 13 (5.47% from 255 or 3.83% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B2940D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2940D is #4D6BF2. Grayscale: #8E8E8E. Windows color (decimal): -5073907 or 890034. OLE color: 890034.
HSL color Cylindrical-coordinate representation of color #B2940D: hue angle of 49.09º degrees, saturation: 0.86, 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 #B2940D is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 148 | 13 | - |
| CMYK | 0 | 0.17 | 0.93 | 0.30 |
| HSL | 49.09º | 0.86% | 0.37% | - |
| HSV(B) | 49.09º | 0.93% | 0.7% | - |
| XYZ | 29.02 | 30.67 | 4.77 | - |
| YUV | 141.58 | 55.44 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 148 | 13 | 0 | 0.17 | 0.93 | 0.30 | 49.09 | 0.86 | 0.37 |
| Hex | B2 | 94 | D | 0 | 11 | 5D | 1E | 31 | 56 | 25 |
| Octal | 262 | 224 | 15 | 0 | 21 | 135 | 36 | 61 | 126 | 45 |
| Binary | 10110010 | 10010100 | 1101 | 0 | 10001 | 1011101 | 11110 | 110001 | 1010110 | 100101 |
Color Harmonies of #B2940D
Complementary color
Monochromatic Colors of #B2940D
Black with #B2940D
Text Example
Text Example
White with #B2940D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2940D; }
p { color: rgb(178,148,13); }
H1.HeaderClassName
{
color: #B2940D;
}
.AnyTagClassName
{
color: #B2940D;
}
</style>
background-color css
<style>
a { background-color: #B2940D; }
a { background-color: rgb(178,148,13); }
div.DivClassName
{
background-color: #B2940D;
}
.BgClassName
{
background-color: #B2940D;
}
</style>
border-color css
<style>
span { border-color: #B2940D; }
span { border-color: rgb(178,148,13); }
td.TdClassName
{
border-color: #B2940D;
}
.TagClassName
{
border-color: #B2940D;
}
</style>