Shades of Medium Wood #B1815E
Tints of Medium Wood #B1815E
RGB
CMYK
RGB Variations
Color information
#B1815E (or 0xB1815E) is known color: Medium Wood. HEX triplet: B1, 81 and 5E. RGB value is (177,129,94). Sum of RGB (Red+Green+Blue) = 177+129+94=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B1815E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1815E is #4E7EA1. Grayscale: #8B8B8B. Windows color (decimal): -5144226 or 6193585. OLE color: 6193585.
HSL color Cylindrical-coordinate representation of color #B1815E: hue angle of 25.3º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B1815E is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 129 | 94 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.31 |
| HSL | 25.3º | 0.35% | 0.53% | - |
| HSV(B) | 25.3º | 0.47% | 0.69% | - |
| XYZ | 28 | 25.86 | 14.1 | - |
| YUV | 139.36 | 102.4 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 129 | 94 | 0 | 0.27 | 0.47 | 0.31 | 25.3 | 0.35 | 0.53 |
| Hex | B1 | 81 | 5E | 0 | 1B | 2F | 1F | 19 | 23 | 35 |
| Octal | 261 | 201 | 136 | 0 | 33 | 57 | 37 | 31 | 43 | 65 |
| Binary | 10110001 | 10000001 | 1011110 | 0 | 11011 | 101111 | 11111 | 11001 | 100011 | 110101 |
Color Harmonies of #B1815E
Complementary color
Monochromatic Colors of #B1815E
Black with #B1815E
Text Example
Text Example
White with #B1815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1815E; }
p { color: rgb(177,129,94); }
H1.HeaderClassName
{
color: #B1815E;
}
.AnyTagClassName
{
color: #B1815E;
}
</style>
background-color css
<style>
a { background-color: #B1815E; }
a { background-color: rgb(177,129,94); }
div.DivClassName
{
background-color: #B1815E;
}
.BgClassName
{
background-color: #B1815E;
}
</style>
border-color css
<style>
span { border-color: #B1815E; }
span { border-color: rgb(177,129,94); }
td.TdClassName
{
border-color: #B1815E;
}
.TagClassName
{
border-color: #B1815E;
}
</style>