Shades of Golden Brown #B06513
Tints of Golden Brown #B06513
RGB
CMYK
RGB Variations
Color information
#B06513 (or 0xB06513) is known color: Golden Brown. HEX triplet: B0, 65 and 13. RGB value is (176,101,19). Sum of RGB (Red+Green+Blue) = 176+101+19=296 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.46% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 176 - color contains mainly: red. Hex color #B06513 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06513 is #4F9AEC. Grayscale: #727272. Windows color (decimal): -5217005 or 1271216. OLE color: 1271216.
HSL color Cylindrical-coordinate representation of color #B06513: hue angle of 31.34º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B06513 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 101 | 19 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.31 |
| HSL | 31.34º | 0.81% | 0.38% | - |
| HSV(B) | 31.34º | 0.89% | 0.69% | - |
| XYZ | 22.68 | 18.58 | 3.01 | - |
| YUV | 114.08 | 74.35 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 101 | 19 | 0 | 0.43 | 0.89 | 0.31 | 31.34 | 0.81 | 0.38 |
| Hex | B0 | 65 | 13 | 0 | 2B | 59 | 1F | 1F | 51 | 26 |
| Octal | 260 | 145 | 23 | 0 | 53 | 131 | 37 | 37 | 121 | 46 |
| Binary | 10110000 | 1100101 | 10011 | 0 | 101011 | 1011001 | 11111 | 11111 | 1010001 | 100110 |
Color Harmonies of #B06513
Complementary color
Monochromatic Colors of #B06513
Black with #B06513
Text Example
Text Example
White with #B06513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06513; }
p { color: rgb(176,101,19); }
H1.HeaderClassName
{
color: #B06513;
}
.AnyTagClassName
{
color: #B06513;
}
</style>
background-color css
<style>
a { background-color: #B06513; }
a { background-color: rgb(176,101,19); }
div.DivClassName
{
background-color: #B06513;
}
.BgClassName
{
background-color: #B06513;
}
</style>
border-color css
<style>
span { border-color: #B06513; }
span { border-color: rgb(176,101,19); }
td.TdClassName
{
border-color: #B06513;
}
.TagClassName
{
border-color: #B06513;
}
</style>