Shades of Golden Brown #B06E11
Tints of Golden Brown #B06E11
RGB
CMYK
RGB Variations
Color information
#B06E11 (or 0xB06E11) is known color: Golden Brown. HEX triplet: B0, 6E and 11. RGB value is (176,110,17). Sum of RGB (Red+Green+Blue) = 176+110+17=303 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.09% from 303); Green value is 110 (43.36% from 255 or 36.30% from 303); Blue value is 17 (7.03% from 255 or 5.61% from 303); Max value from RGB is 176 - color contains mainly: red. Hex color #B06E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06E11 is #4F91EE. Grayscale: #777777. Windows color (decimal): -5214703 or 1142448. OLE color: 1142448.
HSL color Cylindrical-coordinate representation of color #B06E11: hue angle of 35.09º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B06E11 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 110 | 17 | - |
| CMYK | 0 | 0.37 | 0.90 | 0.31 |
| HSL | 35.09º | 0.82% | 0.38% | - |
| HSV(B) | 35.09º | 0.9% | 0.69% | - |
| XYZ | 23.58 | 20.42 | 3.23 | - |
| YUV | 119.13 | 70.37 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 110 | 17 | 0 | 0.37 | 0.90 | 0.31 | 35.09 | 0.82 | 0.38 |
| Hex | B0 | 6E | 11 | 0 | 25 | 5A | 1F | 23 | 52 | 26 |
| Octal | 260 | 156 | 21 | 0 | 45 | 132 | 37 | 43 | 122 | 46 |
| Binary | 10110000 | 1101110 | 10001 | 0 | 100101 | 1011010 | 11111 | 100011 | 1010010 | 100110 |
Color Harmonies of #B06E11
Complementary color
Monochromatic Colors of #B06E11
Black with #B06E11
Text Example
Text Example
White with #B06E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06E11; }
p { color: rgb(176,110,17); }
H1.HeaderClassName
{
color: #B06E11;
}
.AnyTagClassName
{
color: #B06E11;
}
</style>
background-color css
<style>
a { background-color: #B06E11; }
a { background-color: rgb(176,110,17); }
div.DivClassName
{
background-color: #B06E11;
}
.BgClassName
{
background-color: #B06E11;
}
</style>
border-color css
<style>
span { border-color: #B06E11; }
span { border-color: rgb(176,110,17); }
td.TdClassName
{
border-color: #B06E11;
}
.TagClassName
{
border-color: #B06E11;
}
</style>