Shades of Golden Brown #B16D14
Tints of Golden Brown #B16D14
RGB
CMYK
RGB Variations
Color information
#B16D14 (or 0xB16D14) is known color: Golden Brown. HEX triplet: B1, 6D and 14. RGB value is (177,109,20). Sum of RGB (Red+Green+Blue) = 177+109+20=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 20 (8.20% from 255 or 6.54% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B16D14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16D14 is #4E92EB. Grayscale: #777777. Windows color (decimal): -5149420 or 1338801. OLE color: 1338801.
HSL color Cylindrical-coordinate representation of color #B16D14: hue angle of 34.01º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B16D14 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 109 | 20 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.31 |
| HSL | 34.01º | 0.8% | 0.39% | - |
| HSV(B) | 34.01º | 0.89% | 0.69% | - |
| XYZ | 23.73 | 20.33 | 3.34 | - |
| YUV | 119.19 | 72.03 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 109 | 20 | 0 | 0.38 | 0.89 | 0.31 | 34.01 | 0.8 | 0.39 |
| Hex | B1 | 6D | 14 | 0 | 26 | 59 | 1F | 22 | 50 | 27 |
| Octal | 261 | 155 | 24 | 0 | 46 | 131 | 37 | 42 | 120 | 47 |
| Binary | 10110001 | 1101101 | 10100 | 0 | 100110 | 1011001 | 11111 | 100010 | 1010000 | 100111 |
Color Harmonies of #B16D14
Complementary color
Monochromatic Colors of #B16D14
Black with #B16D14
Text Example
Text Example
White with #B16D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16D14; }
p { color: rgb(177,109,20); }
H1.HeaderClassName
{
color: #B16D14;
}
.AnyTagClassName
{
color: #B16D14;
}
</style>
background-color css
<style>
a { background-color: #B16D14; }
a { background-color: rgb(177,109,20); }
div.DivClassName
{
background-color: #B16D14;
}
.BgClassName
{
background-color: #B16D14;
}
</style>
border-color css
<style>
span { border-color: #B16D14; }
span { border-color: rgb(177,109,20); }
td.TdClassName
{
border-color: #B16D14;
}
.TagClassName
{
border-color: #B16D14;
}
</style>