Shades of Golden Brown #B56410
Tints of Golden Brown #B56410
RGB
CMYK
RGB Variations
Color information
#B56410 (or 0xB56410) is known color: Golden Brown. HEX triplet: B5, 64 and 10. RGB value is (181,100,16). Sum of RGB (Red+Green+Blue) = 181+100+16=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B56410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56410 is #4A9BEF. Grayscale: #737373. Windows color (decimal): -4889584 or 1074357. OLE color: 1074357.
HSL color Cylindrical-coordinate representation of color #B56410: hue angle of 30.55º 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 #B56410 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 100 | 16 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.29 |
| HSL | 30.55º | 0.84% | 0.39% | - |
| HSV(B) | 30.55º | 0.91% | 0.71% | - |
| XYZ | 23.71 | 18.98 | 2.9 | - |
| YUV | 114.64 | 72.34 | 175.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 100 | 16 | 0 | 0.45 | 0.91 | 0.29 | 30.55 | 0.84 | 0.39 |
| Hex | B5 | 64 | 10 | 0 | 2D | 5B | 1D | 1F | 54 | 27 |
| Octal | 265 | 144 | 20 | 0 | 55 | 133 | 35 | 37 | 124 | 47 |
| Binary | 10110101 | 1100100 | 10000 | 0 | 101101 | 1011011 | 11101 | 11111 | 1010100 | 100111 |
Color Harmonies of #B56410
Complementary color
Monochromatic Colors of #B56410
Black with #B56410
Text Example
Text Example
White with #B56410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56410; }
p { color: rgb(181,100,16); }
H1.HeaderClassName
{
color: #B56410;
}
.AnyTagClassName
{
color: #B56410;
}
</style>
background-color css
<style>
a { background-color: #B56410; }
a { background-color: rgb(181,100,16); }
div.DivClassName
{
background-color: #B56410;
}
.BgClassName
{
background-color: #B56410;
}
</style>
border-color css
<style>
span { border-color: #B56410; }
span { border-color: rgb(181,100,16); }
td.TdClassName
{
border-color: #B56410;
}
.TagClassName
{
border-color: #B56410;
}
</style>