Shades of Golden Brown #B56211
Tints of Golden Brown #B56211
RGB
CMYK
RGB Variations
Color information
#B56211 (or 0xB56211) is known color: Golden Brown. HEX triplet: B5, 62 and 11. RGB value is (181,98,17). Sum of RGB (Red+Green+Blue) = 181+98+17=296 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.15% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 17 (7.03% from 255 or 5.74% from 296); Max value from RGB is 181 - color contains mainly: red. Hex color #B56211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56211 is #4A9DEE. Grayscale: #717171. Windows color (decimal): -4890095 or 1139381. OLE color: 1139381.
HSL color Cylindrical-coordinate representation of color #B56211: hue angle of 29.63º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B56211 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 98 | 17 | - |
| CMYK | 0 | 0.46 | 0.91 | 0.29 |
| HSL | 29.63º | 0.83% | 0.39% | - |
| HSV(B) | 29.63º | 0.91% | 0.71% | - |
| XYZ | 23.52 | 18.6 | 2.88 | - |
| YUV | 113.58 | 73.5 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 98 | 17 | 0 | 0.46 | 0.91 | 0.29 | 29.63 | 0.83 | 0.39 |
| Hex | B5 | 62 | 11 | 0 | 2E | 5B | 1D | 1E | 53 | 27 |
| Octal | 265 | 142 | 21 | 0 | 56 | 133 | 35 | 36 | 123 | 47 |
| Binary | 10110101 | 1100010 | 10001 | 0 | 101110 | 1011011 | 11101 | 11110 | 1010011 | 100111 |
Color Harmonies of #B56211
Complementary color
Monochromatic Colors of #B56211
Black with #B56211
Text Example
Text Example
White with #B56211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56211; }
p { color: rgb(181,98,17); }
H1.HeaderClassName
{
color: #B56211;
}
.AnyTagClassName
{
color: #B56211;
}
</style>
background-color css
<style>
a { background-color: #B56211; }
a { background-color: rgb(181,98,17); }
div.DivClassName
{
background-color: #B56211;
}
.BgClassName
{
background-color: #B56211;
}
</style>
border-color css
<style>
span { border-color: #B56211; }
span { border-color: rgb(181,98,17); }
td.TdClassName
{
border-color: #B56211;
}
.TagClassName
{
border-color: #B56211;
}
</style>