Shades of Golden Brown #B56514
Tints of Golden Brown #B56514
RGB
CMYK
RGB Variations
Color information
#B56514 (or 0xB56514) is known color: Golden Brown. HEX triplet: B5, 65 and 14. RGB value is (181,101,20). Sum of RGB (Red+Green+Blue) = 181+101+20=302 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.93% from 302); Green value is 101 (39.84% from 255 or 33.44% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 181 - color contains mainly: red. Hex color #B56514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B56514 is #4A9AEB. Grayscale: #747474. Windows color (decimal): -4889324 or 1336757. OLE color: 1336757.
HSL color Cylindrical-coordinate representation of color #B56514: hue angle of 30.19º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B56514 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 101 | 20 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.29 |
| HSL | 30.19º | 0.8% | 0.39% | - |
| HSV(B) | 30.19º | 0.89% | 0.71% | - |
| XYZ | 23.84 | 19.18 | 3.11 | - |
| YUV | 115.69 | 74 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 101 | 20 | 0 | 0.44 | 0.89 | 0.29 | 30.19 | 0.8 | 0.39 |
| Hex | B5 | 65 | 14 | 0 | 2C | 59 | 1D | 1E | 50 | 27 |
| Octal | 265 | 145 | 24 | 0 | 54 | 131 | 35 | 36 | 120 | 47 |
| Binary | 10110101 | 1100101 | 10100 | 0 | 101100 | 1011001 | 11101 | 11110 | 1010000 | 100111 |
Color Harmonies of #B56514
Complementary color
Monochromatic Colors of #B56514
Black with #B56514
Text Example
Text Example
White with #B56514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B56514; }
p { color: rgb(181,101,20); }
H1.HeaderClassName
{
color: #B56514;
}
.AnyTagClassName
{
color: #B56514;
}
</style>
background-color css
<style>
a { background-color: #B56514; }
a { background-color: rgb(181,101,20); }
div.DivClassName
{
background-color: #B56514;
}
.BgClassName
{
background-color: #B56514;
}
</style>
border-color css
<style>
span { border-color: #B56514; }
span { border-color: rgb(181,101,20); }
td.TdClassName
{
border-color: #B56514;
}
.TagClassName
{
border-color: #B56514;
}
</style>