Shades of Golden Brown #B56611
Tints of Golden Brown #B56611
RGB
CMYK
RGB Variations
Color information
#B56611 (or 0xB56611) is known color: Golden Brown. HEX triplet: B5, 66 and 11. RGB value is (181,102,17). Sum of RGB (Red+Green+Blue) = 181+102+17=300 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.33% from 300); Green value is 102 (40.23% from 255 or 34% from 300); Blue value is 17 (7.03% from 255 or 5.67% from 300); Max value from RGB is 181 - color contains mainly: red. Hex color #B56611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56611 is #4A99EE. Grayscale: #747474. Windows color (decimal): -4889071 or 1140405. OLE color: 1140405.
HSL color Cylindrical-coordinate representation of color #B56611: hue angle of 31.1º 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 #B56611 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 102 | 17 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.29 |
| HSL | 31.1º | 0.83% | 0.39% | - |
| HSV(B) | 31.1º | 0.91% | 0.71% | - |
| XYZ | 23.91 | 19.37 | 3.01 | - |
| YUV | 115.93 | 72.17 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 17 | 0 | 0.44 | 0.91 | 0.29 | 31.1 | 0.83 | 0.39 |
| Hex | B5 | 66 | 11 | 0 | 2C | 5B | 1D | 1F | 53 | 27 |
| Octal | 265 | 146 | 21 | 0 | 54 | 133 | 35 | 37 | 123 | 47 |
| Binary | 10110101 | 1100110 | 10001 | 0 | 101100 | 1011011 | 11101 | 11111 | 1010011 | 100111 |
Color Harmonies of #B56611
Complementary color
Monochromatic Colors of #B56611
Black with #B56611
Text Example
Text Example
White with #B56611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56611; }
p { color: rgb(181,102,17); }
H1.HeaderClassName
{
color: #B56611;
}
.AnyTagClassName
{
color: #B56611;
}
</style>
background-color css
<style>
a { background-color: #B56611; }
a { background-color: rgb(181,102,17); }
div.DivClassName
{
background-color: #B56611;
}
.BgClassName
{
background-color: #B56611;
}
</style>
border-color css
<style>
span { border-color: #B56611; }
span { border-color: rgb(181,102,17); }
td.TdClassName
{
border-color: #B56611;
}
.TagClassName
{
border-color: #B56611;
}
</style>