Shades of Golden Brown #B56613
Tints of Golden Brown #B56613
RGB
CMYK
RGB Variations
Color information
#B56613 (or 0xB56613) is known color: Golden Brown. HEX triplet: B5, 66 and 13. RGB value is (181,102,19). Sum of RGB (Red+Green+Blue) = 181+102+19=302 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.93% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 181 - color contains mainly: red. Hex color #B56613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56613 is #4A99EC. Grayscale: #747474. Windows color (decimal): -4889069 or 1271477. OLE color: 1271477.
HSL color Cylindrical-coordinate representation of color #B56613: hue angle of 30.74º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B56613 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 102 | 19 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.29 |
| HSL | 30.74º | 0.81% | 0.39% | - |
| HSV(B) | 30.74º | 0.9% | 0.71% | - |
| XYZ | 23.92 | 19.37 | 3.09 | - |
| YUV | 116.16 | 73.17 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 102 | 19 | 0 | 0.44 | 0.90 | 0.29 | 30.74 | 0.81 | 0.39 |
| Hex | B5 | 66 | 13 | 0 | 2C | 5A | 1D | 1F | 51 | 27 |
| Octal | 265 | 146 | 23 | 0 | 54 | 132 | 35 | 37 | 121 | 47 |
| Binary | 10110101 | 1100110 | 10011 | 0 | 101100 | 1011010 | 11101 | 11111 | 1010001 | 100111 |
Color Harmonies of #B56613
Complementary color
Monochromatic Colors of #B56613
Black with #B56613
Text Example
Text Example
White with #B56613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56613; }
p { color: rgb(181,102,19); }
H1.HeaderClassName
{
color: #B56613;
}
.AnyTagClassName
{
color: #B56613;
}
</style>
background-color css
<style>
a { background-color: #B56613; }
a { background-color: rgb(181,102,19); }
div.DivClassName
{
background-color: #B56613;
}
.BgClassName
{
background-color: #B56613;
}
</style>
border-color css
<style>
span { border-color: #B56613; }
span { border-color: rgb(181,102,19); }
td.TdClassName
{
border-color: #B56613;
}
.TagClassName
{
border-color: #B56613;
}
</style>