Shades of Golden Brown #B16512
Tints of Golden Brown #B16512
RGB
CMYK
RGB Variations
Color information
#B16512 (or 0xB16512) is known color: Golden Brown. HEX triplet: B1, 65 and 12. RGB value is (177,101,18). Sum of RGB (Red+Green+Blue) = 177+101+18=296 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.80% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 177 - color contains mainly: red. Hex color #B16512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16512 is #4E9AED. Grayscale: #727272. Windows color (decimal): -5151470 or 1205681. OLE color: 1205681.
HSL color Cylindrical-coordinate representation of color #B16512: hue angle of 31.32º 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 #B16512 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 101 | 18 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.31 |
| HSL | 31.32º | 0.82% | 0.38% | - |
| HSV(B) | 31.32º | 0.9% | 0.69% | - |
| XYZ | 22.89 | 18.7 | 2.97 | - |
| YUV | 114.26 | 73.68 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 101 | 18 | 0 | 0.43 | 0.90 | 0.31 | 31.32 | 0.82 | 0.38 |
| Hex | B1 | 65 | 12 | 0 | 2B | 5A | 1F | 1F | 52 | 26 |
| Octal | 261 | 145 | 22 | 0 | 53 | 132 | 37 | 37 | 122 | 46 |
| Binary | 10110001 | 1100101 | 10010 | 0 | 101011 | 1011010 | 11111 | 11111 | 1010010 | 100110 |
Color Harmonies of #B16512
Complementary color
Monochromatic Colors of #B16512
Black with #B16512
Text Example
Text Example
White with #B16512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16512; }
p { color: rgb(177,101,18); }
H1.HeaderClassName
{
color: #B16512;
}
.AnyTagClassName
{
color: #B16512;
}
</style>
background-color css
<style>
a { background-color: #B16512; }
a { background-color: rgb(177,101,18); }
div.DivClassName
{
background-color: #B16512;
}
.BgClassName
{
background-color: #B16512;
}
</style>
border-color css
<style>
span { border-color: #B16512; }
span { border-color: rgb(177,101,18); }
td.TdClassName
{
border-color: #B16512;
}
.TagClassName
{
border-color: #B16512;
}
</style>