Shades of Golden Brown #B06013
Tints of Golden Brown #B06013
RGB
CMYK
RGB Variations
Color information
#B06013 (or 0xB06013) is known color: Golden Brown. HEX triplet: B0, 60 and 13. RGB value is (176,96,19). Sum of RGB (Red+Green+Blue) = 176+96+19=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 19 (7.81% from 255 or 6.53% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B06013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06013 is #4F9FEC. Grayscale: #6F6F6F. Windows color (decimal): -5218285 or 1269936. OLE color: 1269936.
HSL color Cylindrical-coordinate representation of color #B06013: hue angle of 29.43º 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 #B06013 is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 96 | 19 | - |
| CMYK | 0 | 0.45 | 0.89 | 0.31 |
| HSL | 29.43º | 0.81% | 0.38% | - |
| HSV(B) | 29.43º | 0.89% | 0.69% | - |
| XYZ | 22.2 | 17.64 | 2.85 | - |
| YUV | 111.14 | 76 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 96 | 19 | 0 | 0.45 | 0.89 | 0.31 | 29.43 | 0.81 | 0.38 |
| Hex | B0 | 60 | 13 | 0 | 2D | 59 | 1F | 1D | 51 | 26 |
| Octal | 260 | 140 | 23 | 0 | 55 | 131 | 37 | 35 | 121 | 46 |
| Binary | 10110000 | 1100000 | 10011 | 0 | 101101 | 1011001 | 11111 | 11101 | 1010001 | 100110 |
Color Harmonies of #B06013
Complementary color
Monochromatic Colors of #B06013
Black with #B06013
Text Example
Text Example
White with #B06013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06013; }
p { color: rgb(176,96,19); }
H1.HeaderClassName
{
color: #B06013;
}
.AnyTagClassName
{
color: #B06013;
}
</style>
background-color css
<style>
a { background-color: #B06013; }
a { background-color: rgb(176,96,19); }
div.DivClassName
{
background-color: #B06013;
}
.BgClassName
{
background-color: #B06013;
}
</style>
border-color css
<style>
span { border-color: #B06013; }
span { border-color: rgb(176,96,19); }
td.TdClassName
{
border-color: #B06013;
}
.TagClassName
{
border-color: #B06013;
}
</style>