Shades of Medium Wood #B1845B
Tints of Medium Wood #B1845B
RGB
CMYK
RGB Variations
Color information
#B1845B (or 0xB1845B) is known color: Medium Wood. HEX triplet: B1, 84 and 5B. RGB value is (177,132,91). Sum of RGB (Red+Green+Blue) = 177+132+91=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 132 (51.95% from 255 or 33% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B1845B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1845B is #4E7BA4. Grayscale: #8C8C8C. Windows color (decimal): -5143461 or 5997745. OLE color: 5997745.
HSL color Cylindrical-coordinate representation of color #B1845B: hue angle of 28.6º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B1845B is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 132 | 91 | - |
| CMYK | 0 | 0.25 | 0.49 | 0.31 |
| HSL | 28.6º | 0.36% | 0.53% | - |
| HSV(B) | 28.6º | 0.49% | 0.69% | - |
| XYZ | 28.27 | 26.6 | 13.54 | - |
| YUV | 140.78 | 99.91 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 132 | 91 | 0 | 0.25 | 0.49 | 0.31 | 28.6 | 0.36 | 0.53 |
| Hex | B1 | 84 | 5B | 0 | 19 | 31 | 1F | 1D | 24 | 35 |
| Octal | 261 | 204 | 133 | 0 | 31 | 61 | 37 | 35 | 44 | 65 |
| Binary | 10110001 | 10000100 | 1011011 | 0 | 11001 | 110001 | 11111 | 11101 | 100100 | 110101 |
Color Harmonies of #B1845B
Complementary color
Monochromatic Colors of #B1845B
Black with #B1845B
Text Example
Text Example
White with #B1845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1845B; }
p { color: rgb(177,132,91); }
H1.HeaderClassName
{
color: #B1845B;
}
.AnyTagClassName
{
color: #B1845B;
}
</style>
background-color css
<style>
a { background-color: #B1845B; }
a { background-color: rgb(177,132,91); }
div.DivClassName
{
background-color: #B1845B;
}
.BgClassName
{
background-color: #B1845B;
}
</style>
border-color css
<style>
span { border-color: #B1845B; }
span { border-color: rgb(177,132,91); }
td.TdClassName
{
border-color: #B1845B;
}
.TagClassName
{
border-color: #B1845B;
}
</style>