Shades of Golden Brown #B16514
Tints of Golden Brown #B16514
RGB
CMYK
RGB Variations
Color information
#B16514 (or 0xB16514) is known color: Golden Brown. HEX triplet: B1, 65 and 14. RGB value is (177,101,20). Sum of RGB (Red+Green+Blue) = 177+101+20=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B16514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16514 is #4E9AEB. Grayscale: #727272. Windows color (decimal): -5151468 or 1336753. OLE color: 1336753.
HSL color Cylindrical-coordinate representation of color #B16514: hue angle of 30.96º 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 #B16514 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 101 | 20 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.31 |
| HSL | 30.96º | 0.8% | 0.39% | - |
| HSV(B) | 30.96º | 0.89% | 0.69% | - |
| XYZ | 22.91 | 18.7 | 3.06 | - |
| YUV | 114.49 | 74.68 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 101 | 20 | 0 | 0.43 | 0.89 | 0.31 | 30.96 | 0.8 | 0.39 |
| Hex | B1 | 65 | 14 | 0 | 2B | 59 | 1F | 1F | 50 | 27 |
| Octal | 261 | 145 | 24 | 0 | 53 | 131 | 37 | 37 | 120 | 47 |
| Binary | 10110001 | 1100101 | 10100 | 0 | 101011 | 1011001 | 11111 | 11111 | 1010000 | 100111 |
Color Harmonies of #B16514
Complementary color
Monochromatic Colors of #B16514
Black with #B16514
Text Example
Text Example
White with #B16514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16514; }
p { color: rgb(177,101,20); }
H1.HeaderClassName
{
color: #B16514;
}
.AnyTagClassName
{
color: #B16514;
}
</style>
background-color css
<style>
a { background-color: #B16514; }
a { background-color: rgb(177,101,20); }
div.DivClassName
{
background-color: #B16514;
}
.BgClassName
{
background-color: #B16514;
}
</style>
border-color css
<style>
span { border-color: #B16514; }
span { border-color: rgb(177,101,20); }
td.TdClassName
{
border-color: #B16514;
}
.TagClassName
{
border-color: #B16514;
}
</style>