Shades of Golden Brown #B56510
Tints of Golden Brown #B56510
RGB
CMYK
RGB Variations
Color information
#B56510 (or 0xB56510) is known color: Golden Brown. HEX triplet: B5, 65 and 10. RGB value is (181,101,16). Sum of RGB (Red+Green+Blue) = 181+101+16=298 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.74% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 16 (6.64% from 255 or 5.37% from 298); Max value from RGB is 181 - color contains mainly: red. Hex color #B56510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56510 is #4A9AEF. Grayscale: #737373. Windows color (decimal): -4889328 or 1074613. OLE color: 1074613.
HSL color Cylindrical-coordinate representation of color #B56510: hue angle of 30.91º degrees, saturation: 0.84, 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 #B56510 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 101 | 16 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.29 |
| HSL | 30.91º | 0.84% | 0.39% | - |
| HSV(B) | 30.91º | 0.91% | 0.71% | - |
| XYZ | 23.8 | 19.17 | 2.94 | - |
| YUV | 115.23 | 72 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 101 | 16 | 0 | 0.44 | 0.91 | 0.29 | 30.91 | 0.84 | 0.39 |
| Hex | B5 | 65 | 10 | 0 | 2C | 5B | 1D | 1F | 54 | 27 |
| Octal | 265 | 145 | 20 | 0 | 54 | 133 | 35 | 37 | 124 | 47 |
| Binary | 10110101 | 1100101 | 10000 | 0 | 101100 | 1011011 | 11101 | 11111 | 1010100 | 100111 |
Color Harmonies of #B56510
Complementary color
Monochromatic Colors of #B56510
Black with #B56510
Text Example
Text Example
White with #B56510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56510; }
p { color: rgb(181,101,16); }
H1.HeaderClassName
{
color: #B56510;
}
.AnyTagClassName
{
color: #B56510;
}
</style>
background-color css
<style>
a { background-color: #B56510; }
a { background-color: rgb(181,101,16); }
div.DivClassName
{
background-color: #B56510;
}
.BgClassName
{
background-color: #B56510;
}
</style>
border-color css
<style>
span { border-color: #B56510; }
span { border-color: rgb(181,101,16); }
td.TdClassName
{
border-color: #B56510;
}
.TagClassName
{
border-color: #B56510;
}
</style>