Shades of Medium Wood #B1825C
Tints of Medium Wood #B1825C
RGB
CMYK
RGB Variations
Color information
#B1825C (or 0xB1825C) is known color: Medium Wood. HEX triplet: B1, 82 and 5C. RGB value is (177,130,92). Sum of RGB (Red+Green+Blue) = 177+130+92=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 177 - color contains mainly: red. Hex color #B1825C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1825C is #4E7DA3. Grayscale: #8B8B8B. Windows color (decimal): -5143972 or 6062769. OLE color: 6062769.
HSL color Cylindrical-coordinate representation of color #B1825C: hue angle of 26.82º 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 #B1825C is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 130 | 92 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.31 |
| HSL | 26.82º | 0.35% | 0.53% | - |
| HSV(B) | 26.82º | 0.48% | 0.69% | - |
| XYZ | 28.05 | 26.09 | 13.68 | - |
| YUV | 139.72 | 101.07 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 130 | 92 | 0 | 0.27 | 0.48 | 0.31 | 26.82 | 0.35 | 0.53 |
| Hex | B1 | 82 | 5C | 0 | 1B | 30 | 1F | 1B | 23 | 35 |
| Octal | 261 | 202 | 134 | 0 | 33 | 60 | 37 | 33 | 43 | 65 |
| Binary | 10110001 | 10000010 | 1011100 | 0 | 11011 | 110000 | 11111 | 11011 | 100011 | 110101 |
Color Harmonies of #B1825C
Complementary color
Monochromatic Colors of #B1825C
Black with #B1825C
Text Example
Text Example
White with #B1825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1825C; }
p { color: rgb(177,130,92); }
H1.HeaderClassName
{
color: #B1825C;
}
.AnyTagClassName
{
color: #B1825C;
}
</style>
background-color css
<style>
a { background-color: #B1825C; }
a { background-color: rgb(177,130,92); }
div.DivClassName
{
background-color: #B1825C;
}
.BgClassName
{
background-color: #B1825C;
}
</style>
border-color css
<style>
span { border-color: #B1825C; }
span { border-color: rgb(177,130,92); }
td.TdClassName
{
border-color: #B1825C;
}
.TagClassName
{
border-color: #B1825C;
}
</style>