Shades of Dark Goldenrod #B2910A
Tints of Dark Goldenrod #B2910A
RGB
CMYK
RGB Variations
Color information
#B2910A (or 0xB2910A) is known color: Dark Goldenrod. HEX triplet: B2, 91 and 0A. RGB value is (178,145,10). Sum of RGB (Red+Green+Blue) = 178+145+10=333 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.45% from 333); Green value is 145 (57.03% from 255 or 43.54% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 178 - color contains mainly: red. Hex color #B2910A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2910A is #4D6EF5. Grayscale: #8C8C8C. Windows color (decimal): -5074678 or 692658. OLE color: 692658.
HSL color Cylindrical-coordinate representation of color #B2910A: hue angle of 48.21º degrees, saturation: 0.89, 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 #B2910A is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 145 | 10 | - |
| CMYK | 0 | 0.19 | 0.94 | 0.30 |
| HSL | 48.21º | 0.89% | 0.37% | - |
| HSV(B) | 48.21º | 0.94% | 0.7% | - |
| XYZ | 28.54 | 29.74 | 4.52 | - |
| YUV | 139.48 | 54.93 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 145 | 10 | 0 | 0.19 | 0.94 | 0.30 | 48.21 | 0.89 | 0.37 |
| Hex | B2 | 91 | A | 0 | 13 | 5E | 1E | 30 | 59 | 25 |
| Octal | 262 | 221 | 12 | 0 | 23 | 136 | 36 | 60 | 131 | 45 |
| Binary | 10110010 | 10010001 | 1010 | 0 | 10011 | 1011110 | 11110 | 110000 | 1011001 | 100101 |
Color Harmonies of #B2910A
Complementary color
Monochromatic Colors of #B2910A
Black with #B2910A
Text Example
Text Example
White with #B2910A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2910A; }
p { color: rgb(178,145,10); }
H1.HeaderClassName
{
color: #B2910A;
}
.AnyTagClassName
{
color: #B2910A;
}
</style>
background-color css
<style>
a { background-color: #B2910A; }
a { background-color: rgb(178,145,10); }
div.DivClassName
{
background-color: #B2910A;
}
.BgClassName
{
background-color: #B2910A;
}
</style>
border-color css
<style>
span { border-color: #B2910A; }
span { border-color: rgb(178,145,10); }
td.TdClassName
{
border-color: #B2910A;
}
.TagClassName
{
border-color: #B2910A;
}
</style>