Shades of Golden Brown #B16A0B
Tints of Golden Brown #B16A0B
RGB
CMYK
RGB Variations
Color information
#B16A0B (or 0xB16A0B) is known color: Golden Brown. HEX triplet: B1, 6A and 0B. RGB value is (177,106,11). Sum of RGB (Red+Green+Blue) = 177+106+11=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 106 (41.80% from 255 or 36.05% from 294); Blue value is 11 (4.69% from 255 or 3.74% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B16A0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B16A0B is #4E95F4. Grayscale: #747474. Windows color (decimal): -5150197 or 748209. OLE color: 748209.
HSL color Cylindrical-coordinate representation of color #B16A0B: hue angle of 34.34º degrees, saturation: 0.88, 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 #B16A0B is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 106 | 11 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.31 |
| HSL | 34.34º | 0.88% | 0.37% | - |
| HSV(B) | 34.34º | 0.94% | 0.69% | - |
| XYZ | 23.35 | 19.68 | 2.88 | - |
| YUV | 116.4 | 68.52 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 106 | 11 | 0 | 0.40 | 0.94 | 0.31 | 34.34 | 0.88 | 0.37 |
| Hex | B1 | 6A | B | 0 | 28 | 5E | 1F | 22 | 58 | 25 |
| Octal | 261 | 152 | 13 | 0 | 50 | 136 | 37 | 42 | 130 | 45 |
| Binary | 10110001 | 1101010 | 1011 | 0 | 101000 | 1011110 | 11111 | 100010 | 1011000 | 100101 |
Color Harmonies of #B16A0B
Complementary color
Monochromatic Colors of #B16A0B
Black with #B16A0B
Text Example
Text Example
White with #B16A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16A0B; }
p { color: rgb(177,106,11); }
H1.HeaderClassName
{
color: #B16A0B;
}
.AnyTagClassName
{
color: #B16A0B;
}
</style>
background-color css
<style>
a { background-color: #B16A0B; }
a { background-color: rgb(177,106,11); }
div.DivClassName
{
background-color: #B16A0B;
}
.BgClassName
{
background-color: #B16A0B;
}
</style>
border-color css
<style>
span { border-color: #B16A0B; }
span { border-color: rgb(177,106,11); }
td.TdClassName
{
border-color: #B16A0B;
}
.TagClassName
{
border-color: #B16A0B;
}
</style>