Shades of Dark Goldenrod #B18213
Tints of Dark Goldenrod #B18213
RGB
CMYK
RGB Variations
Color information
#B18213 (or 0xB18213) is known color: Dark Goldenrod. HEX triplet: B1, 82 and 13. RGB value is (177,130,19). Sum of RGB (Red+Green+Blue) = 177+130+19=326 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.29% from 326); Green value is 130 (51.17% from 255 or 39.88% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 177 - color contains mainly: red. Hex color #B18213 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B18213 is #4E7DEC. Grayscale: #838383. Windows color (decimal): -5144045 or 1278641. OLE color: 1278641.
HSL color Cylindrical-coordinate representation of color #B18213: hue angle of 42.15º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B18213 is Cyan = 0, Magento = 0.27, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 130 | 19 | - |
| CMYK | 0 | 0.27 | 0.89 | 0.31 |
| HSL | 42.15º | 0.81% | 0.38% | - |
| HSV(B) | 42.15º | 0.89% | 0.69% | - |
| XYZ | 26.23 | 25.36 | 4.13 | - |
| YUV | 131.4 | 64.57 | 160.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 130 | 19 | 0 | 0.27 | 0.89 | 0.31 | 42.15 | 0.81 | 0.38 |
| Hex | B1 | 82 | 13 | 0 | 1B | 59 | 1F | 2A | 51 | 26 |
| Octal | 261 | 202 | 23 | 0 | 33 | 131 | 37 | 52 | 121 | 46 |
| Binary | 10110001 | 10000010 | 10011 | 0 | 11011 | 1011001 | 11111 | 101010 | 1010001 | 100110 |
Color Harmonies of #B18213
Complementary color
Monochromatic Colors of #B18213
Black with #B18213
Text Example
Text Example
White with #B18213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18213; }
p { color: rgb(177,130,19); }
H1.HeaderClassName
{
color: #B18213;
}
.AnyTagClassName
{
color: #B18213;
}
</style>
background-color css
<style>
a { background-color: #B18213; }
a { background-color: rgb(177,130,19); }
div.DivClassName
{
background-color: #B18213;
}
.BgClassName
{
background-color: #B18213;
}
</style>
border-color css
<style>
span { border-color: #B18213; }
span { border-color: rgb(177,130,19); }
td.TdClassName
{
border-color: #B18213;
}
.TagClassName
{
border-color: #B18213;
}
</style>