Shades of Golden Brown #B56910
Tints of Golden Brown #B56910
RGB
CMYK
RGB Variations
Color information
#B56910 (or 0xB56910) is known color: Golden Brown. HEX triplet: B5, 69 and 10. RGB value is (181,105,16). Sum of RGB (Red+Green+Blue) = 181+105+16=302 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.93% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 16 (6.64% from 255 or 5.30% from 302); Max value from RGB is 181 - color contains mainly: red. Hex color #B56910 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56910 is #4A96EF. Grayscale: #767676. Windows color (decimal): -4888304 or 1075637. OLE color: 1075637.
HSL color Cylindrical-coordinate representation of color #B56910: hue angle of 32.36º 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 #B56910 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 105 | 16 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.29 |
| HSL | 32.36º | 0.84% | 0.39% | - |
| HSV(B) | 32.36º | 0.91% | 0.71% | - |
| XYZ | 24.2 | 19.96 | 3.07 | - |
| YUV | 117.58 | 70.68 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 105 | 16 | 0 | 0.42 | 0.91 | 0.29 | 32.36 | 0.84 | 0.39 |
| Hex | B5 | 69 | 10 | 0 | 2A | 5B | 1D | 20 | 54 | 27 |
| Octal | 265 | 151 | 20 | 0 | 52 | 133 | 35 | 40 | 124 | 47 |
| Binary | 10110101 | 1101001 | 10000 | 0 | 101010 | 1011011 | 11101 | 100000 | 1010100 | 100111 |
Color Harmonies of #B56910
Complementary color
Monochromatic Colors of #B56910
Black with #B56910
Text Example
Text Example
White with #B56910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56910; }
p { color: rgb(181,105,16); }
H1.HeaderClassName
{
color: #B56910;
}
.AnyTagClassName
{
color: #B56910;
}
</style>
background-color css
<style>
a { background-color: #B56910; }
a { background-color: rgb(181,105,16); }
div.DivClassName
{
background-color: #B56910;
}
.BgClassName
{
background-color: #B56910;
}
</style>
border-color css
<style>
span { border-color: #B56910; }
span { border-color: rgb(181,105,16); }
td.TdClassName
{
border-color: #B56910;
}
.TagClassName
{
border-color: #B56910;
}
</style>