Shades of Golden Brown #B16A0A
Tints of Golden Brown #B16A0A
RGB
CMYK
RGB Variations
Color information
#B16A0A (or 0xB16A0A) is known color: Golden Brown. HEX triplet: B1, 6A and 0A. RGB value is (177,106,10). Sum of RGB (Red+Green+Blue) = 177+106+10=293 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.41% from 293); Green value is 106 (41.80% from 255 or 36.18% from 293); Blue value is 10 (4.30% from 255 or 3.41% from 293); Max value from RGB is 177 - color contains mainly: red. Hex color #B16A0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16A0A is #4E95F5. Grayscale: #747474. Windows color (decimal): -5150198 or 682673. OLE color: 682673.
HSL color Cylindrical-coordinate representation of color #B16A0A: hue angle of 34.49º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B16A0A is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 106 | 10 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.31 |
| HSL | 34.49º | 0.89% | 0.37% | - |
| HSV(B) | 34.49º | 0.94% | 0.69% | - |
| XYZ | 23.34 | 19.68 | 2.86 | - |
| YUV | 116.29 | 68.02 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 106 | 10 | 0 | 0.40 | 0.94 | 0.31 | 34.49 | 0.89 | 0.37 |
| Hex | B1 | 6A | A | 0 | 28 | 5E | 1F | 22 | 59 | 25 |
| Octal | 261 | 152 | 12 | 0 | 50 | 136 | 37 | 42 | 131 | 45 |
| Binary | 10110001 | 1101010 | 1010 | 0 | 101000 | 1011110 | 11111 | 100010 | 1011001 | 100101 |
Color Harmonies of #B16A0A
Complementary color
Monochromatic Colors of #B16A0A
Black with #B16A0A
Text Example
Text Example
White with #B16A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16A0A; }
p { color: rgb(177,106,10); }
H1.HeaderClassName
{
color: #B16A0A;
}
.AnyTagClassName
{
color: #B16A0A;
}
</style>
background-color css
<style>
a { background-color: #B16A0A; }
a { background-color: rgb(177,106,10); }
div.DivClassName
{
background-color: #B16A0A;
}
.BgClassName
{
background-color: #B16A0A;
}
</style>
border-color css
<style>
span { border-color: #B16A0A; }
span { border-color: rgb(177,106,10); }
td.TdClassName
{
border-color: #B16A0A;
}
.TagClassName
{
border-color: #B16A0A;
}
</style>