Shades of Golden Brown #B56511
Tints of Golden Brown #B56511
RGB
CMYK
RGB Variations
Color information
#B56511 (or 0xB56511) is known color: Golden Brown. HEX triplet: B5, 65 and 11. RGB value is (181,101,17). Sum of RGB (Red+Green+Blue) = 181+101+17=299 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.54% from 299); Green value is 101 (39.84% from 255 or 33.78% from 299); Blue value is 17 (7.03% from 255 or 5.69% from 299); Max value from RGB is 181 - color contains mainly: red. Hex color #B56511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56511 is #4A9AEE. Grayscale: #737373. Windows color (decimal): -4889327 or 1140149. OLE color: 1140149.
HSL color Cylindrical-coordinate representation of color #B56511: hue angle of 30.73º 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 #B56511 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 101 | 17 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.29 |
| HSL | 30.73º | 0.83% | 0.39% | - |
| HSV(B) | 30.73º | 0.91% | 0.71% | - |
| XYZ | 23.81 | 19.17 | 2.98 | - |
| YUV | 115.34 | 72.5 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 101 | 17 | 0 | 0.44 | 0.91 | 0.29 | 30.73 | 0.83 | 0.39 |
| Hex | B5 | 65 | 11 | 0 | 2C | 5B | 1D | 1F | 53 | 27 |
| Octal | 265 | 145 | 21 | 0 | 54 | 133 | 35 | 37 | 123 | 47 |
| Binary | 10110101 | 1100101 | 10001 | 0 | 101100 | 1011011 | 11101 | 11111 | 1010011 | 100111 |
Color Harmonies of #B56511
Complementary color
Monochromatic Colors of #B56511
Black with #B56511
Text Example
Text Example
White with #B56511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56511; }
p { color: rgb(181,101,17); }
H1.HeaderClassName
{
color: #B56511;
}
.AnyTagClassName
{
color: #B56511;
}
</style>
background-color css
<style>
a { background-color: #B56511; }
a { background-color: rgb(181,101,17); }
div.DivClassName
{
background-color: #B56511;
}
.BgClassName
{
background-color: #B56511;
}
</style>
border-color css
<style>
span { border-color: #B56511; }
span { border-color: rgb(181,101,17); }
td.TdClassName
{
border-color: #B56511;
}
.TagClassName
{
border-color: #B56511;
}
</style>