Shades of Golden Brown #B56213
Tints of Golden Brown #B56213
RGB
CMYK
RGB Variations
Color information
#B56213 (or 0xB56213) is known color: Golden Brown. HEX triplet: B5, 62 and 13. RGB value is (181,98,19). Sum of RGB (Red+Green+Blue) = 181+98+19=298 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.74% from 298); Green value is 98 (38.67% from 255 or 32.89% from 298); Blue value is 19 (7.81% from 255 or 6.38% from 298); Max value from RGB is 181 - color contains mainly: red. Hex color #B56213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56213 is #4A9DEC. Grayscale: #727272. Windows color (decimal): -4890093 or 1270453. OLE color: 1270453.
HSL color Cylindrical-coordinate representation of color #B56213: hue angle of 29.26º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B56213 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 98 | 19 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.29 |
| HSL | 29.26º | 0.81% | 0.39% | - |
| HSV(B) | 29.26º | 0.9% | 0.71% | - |
| XYZ | 23.54 | 18.61 | 2.97 | - |
| YUV | 113.81 | 74.5 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 98 | 19 | 0 | 0.46 | 0.90 | 0.29 | 29.26 | 0.81 | 0.39 |
| Hex | B5 | 62 | 13 | 0 | 2E | 5A | 1D | 1D | 51 | 27 |
| Octal | 265 | 142 | 23 | 0 | 56 | 132 | 35 | 35 | 121 | 47 |
| Binary | 10110101 | 1100010 | 10011 | 0 | 101110 | 1011010 | 11101 | 11101 | 1010001 | 100111 |
Color Harmonies of #B56213
Complementary color
Monochromatic Colors of #B56213
Black with #B56213
Text Example
Text Example
White with #B56213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56213; }
p { color: rgb(181,98,19); }
H1.HeaderClassName
{
color: #B56213;
}
.AnyTagClassName
{
color: #B56213;
}
</style>
background-color css
<style>
a { background-color: #B56213; }
a { background-color: rgb(181,98,19); }
div.DivClassName
{
background-color: #B56213;
}
.BgClassName
{
background-color: #B56213;
}
</style>
border-color css
<style>
span { border-color: #B56213; }
span { border-color: rgb(181,98,19); }
td.TdClassName
{
border-color: #B56213;
}
.TagClassName
{
border-color: #B56213;
}
</style>