Shades of Golden Brown #B06E14
Tints of Golden Brown #B06E14
RGB
CMYK
RGB Variations
Color information
#B06E14 (or 0xB06E14) is known color: Golden Brown. HEX triplet: B0, 6E and 14. RGB value is (176,110,20). Sum of RGB (Red+Green+Blue) = 176+110+20=306 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.52% from 306); Green value is 110 (43.36% from 255 or 35.95% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 176 - color contains mainly: red. Hex color #B06E14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06E14 is #4F91EB. Grayscale: #777777. Windows color (decimal): -5214700 or 1339056. OLE color: 1339056.
HSL color Cylindrical-coordinate representation of color #B06E14: hue angle of 34.62º degrees, saturation: 0.8, 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 #B06E14 is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 110 | 20 | - |
| CMYK | 0 | 0.37 | 0.89 | 0.31 |
| HSL | 34.62º | 0.8% | 0.38% | - |
| HSV(B) | 34.62º | 0.89% | 0.69% | - |
| XYZ | 23.61 | 20.43 | 3.36 | - |
| YUV | 119.47 | 71.87 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 110 | 20 | 0 | 0.37 | 0.89 | 0.31 | 34.62 | 0.8 | 0.38 |
| Hex | B0 | 6E | 14 | 0 | 25 | 59 | 1F | 23 | 50 | 26 |
| Octal | 260 | 156 | 24 | 0 | 45 | 131 | 37 | 43 | 120 | 46 |
| Binary | 10110000 | 1101110 | 10100 | 0 | 100101 | 1011001 | 11111 | 100011 | 1010000 | 100110 |
Color Harmonies of #B06E14
Complementary color
Monochromatic Colors of #B06E14
Black with #B06E14
Text Example
Text Example
White with #B06E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06E14; }
p { color: rgb(176,110,20); }
H1.HeaderClassName
{
color: #B06E14;
}
.AnyTagClassName
{
color: #B06E14;
}
</style>
background-color css
<style>
a { background-color: #B06E14; }
a { background-color: rgb(176,110,20); }
div.DivClassName
{
background-color: #B06E14;
}
.BgClassName
{
background-color: #B06E14;
}
</style>
border-color css
<style>
span { border-color: #B06E14; }
span { border-color: rgb(176,110,20); }
td.TdClassName
{
border-color: #B06E14;
}
.TagClassName
{
border-color: #B06E14;
}
</style>