Shades of Medium Wood #B1815B
Tints of Medium Wood #B1815B
RGB
CMYK
RGB Variations
Color information
#B1815B (or 0xB1815B) is known color: Medium Wood. HEX triplet: B1, 81 and 5B. RGB value is (177,129,91). Sum of RGB (Red+Green+Blue) = 177+129+91=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B1815B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1815B is #4E7EA4. Grayscale: #8B8B8B. Windows color (decimal): -5144229 or 5996977. OLE color: 5996977.
HSL color Cylindrical-coordinate representation of color #B1815B: hue angle of 26.51º 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 #B1815B is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 129 | 91 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.31 |
| HSL | 26.51º | 0.36% | 0.53% | - |
| HSV(B) | 26.51º | 0.49% | 0.69% | - |
| XYZ | 27.87 | 25.8 | 13.41 | - |
| YUV | 139.02 | 100.9 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 129 | 91 | 0 | 0.27 | 0.49 | 0.31 | 26.51 | 0.36 | 0.53 |
| Hex | B1 | 81 | 5B | 0 | 1B | 31 | 1F | 1B | 24 | 35 |
| Octal | 261 | 201 | 133 | 0 | 33 | 61 | 37 | 33 | 44 | 65 |
| Binary | 10110001 | 10000001 | 1011011 | 0 | 11011 | 110001 | 11111 | 11011 | 100100 | 110101 |
Color Harmonies of #B1815B
Complementary color
Monochromatic Colors of #B1815B
Black with #B1815B
Text Example
Text Example
White with #B1815B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1815B; }
p { color: rgb(177,129,91); }
H1.HeaderClassName
{
color: #B1815B;
}
.AnyTagClassName
{
color: #B1815B;
}
</style>
background-color css
<style>
a { background-color: #B1815B; }
a { background-color: rgb(177,129,91); }
div.DivClassName
{
background-color: #B1815B;
}
.BgClassName
{
background-color: #B1815B;
}
</style>
border-color css
<style>
span { border-color: #B1815B; }
span { border-color: rgb(177,129,91); }
td.TdClassName
{
border-color: #B1815B;
}
.TagClassName
{
border-color: #B1815B;
}
</style>