Shades of Medium Wood #B1835C
Tints of Medium Wood #B1835C
RGB
CMYK
RGB Variations
Color information
#B1835C (or 0xB1835C) is known color: Medium Wood. HEX triplet: B1, 83 and 5C. RGB value is (177,131,92). Sum of RGB (Red+Green+Blue) = 177+131+92=400 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.25% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 177 - color contains mainly: red. Hex color #B1835C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1835C is #4E7CA3. Grayscale: #8C8C8C. Windows color (decimal): -5143716 or 6063025. OLE color: 6063025.
HSL color Cylindrical-coordinate representation of color #B1835C: hue angle of 27.53º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B1835C is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 131 | 92 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.31 |
| HSL | 27.53º | 0.35% | 0.53% | - |
| HSV(B) | 27.53º | 0.48% | 0.69% | - |
| XYZ | 28.18 | 26.35 | 13.73 | - |
| YUV | 140.31 | 100.74 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 131 | 92 | 0 | 0.26 | 0.48 | 0.31 | 27.53 | 0.35 | 0.53 |
| Hex | B1 | 83 | 5C | 0 | 1A | 30 | 1F | 1C | 23 | 35 |
| Octal | 261 | 203 | 134 | 0 | 32 | 60 | 37 | 34 | 43 | 65 |
| Binary | 10110001 | 10000011 | 1011100 | 0 | 11010 | 110000 | 11111 | 11100 | 100011 | 110101 |
Color Harmonies of #B1835C
Complementary color
Monochromatic Colors of #B1835C
Black with #B1835C
Text Example
Text Example
White with #B1835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1835C; }
p { color: rgb(177,131,92); }
H1.HeaderClassName
{
color: #B1835C;
}
.AnyTagClassName
{
color: #B1835C;
}
</style>
background-color css
<style>
a { background-color: #B1835C; }
a { background-color: rgb(177,131,92); }
div.DivClassName
{
background-color: #B1835C;
}
.BgClassName
{
background-color: #B1835C;
}
</style>
border-color css
<style>
span { border-color: #B1835C; }
span { border-color: rgb(177,131,92); }
td.TdClassName
{
border-color: #B1835C;
}
.TagClassName
{
border-color: #B1835C;
}
</style>