Shades of Medium Wood #B1856A
Tints of Medium Wood #B1856A
RGB
CMYK
RGB Variations
Color information
#B1856A (or 0xB1856A) is known color: Medium Wood. HEX triplet: B1, 85 and 6A. RGB value is (177,133,106). Sum of RGB (Red+Green+Blue) = 177+133+106=416 (55% of max value = 765). Red value is 177 (69.53% from 255 or 42.55% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 177 - color contains mainly: red. Hex color #B1856A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1856A is #4E7A95. Grayscale: #8F8F8F. Windows color (decimal): -5143190 or 6981041. OLE color: 6981041.
HSL color Cylindrical-coordinate representation of color #B1856A: hue angle of 22.82º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B1856A is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 133 | 106 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.31 |
| HSL | 22.82º | 0.31% | 0.55% | - |
| HSV(B) | 22.82º | 0.4% | 0.69% | - |
| XYZ | 29.12 | 27.16 | 17.34 | - |
| YUV | 143.08 | 107.08 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 133 | 106 | 0 | 0.25 | 0.40 | 0.31 | 22.82 | 0.31 | 0.55 |
| Hex | B1 | 85 | 6A | 0 | 19 | 28 | 1F | 17 | 1F | 37 |
| Octal | 261 | 205 | 152 | 0 | 31 | 50 | 37 | 27 | 37 | 67 |
| Binary | 10110001 | 10000101 | 1101010 | 0 | 11001 | 101000 | 11111 | 10111 | 11111 | 110111 |
Color Harmonies of #B1856A
Complementary color
Monochromatic Colors of #B1856A
Black with #B1856A
Text Example
Text Example
White with #B1856A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1856A; }
p { color: rgb(177,133,106); }
H1.HeaderClassName
{
color: #B1856A;
}
.AnyTagClassName
{
color: #B1856A;
}
</style>
background-color css
<style>
a { background-color: #B1856A; }
a { background-color: rgb(177,133,106); }
div.DivClassName
{
background-color: #B1856A;
}
.BgClassName
{
background-color: #B1856A;
}
</style>
border-color css
<style>
span { border-color: #B1856A; }
span { border-color: rgb(177,133,106); }
td.TdClassName
{
border-color: #B1856A;
}
.TagClassName
{
border-color: #B1856A;
}
</style>