Shades of Medium Wood #B18265
Tints of Medium Wood #B18265
RGB
CMYK
RGB Variations
Color information
#B18265 (or 0xB18265) is known color: Medium Wood. HEX triplet: B1, 82 and 65. RGB value is (177,130,101). Sum of RGB (Red+Green+Blue) = 177+130+101=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B18265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B18265 is #4E7D9A. Grayscale: #8C8C8C. Windows color (decimal): -5143963 or 6652593. OLE color: 6652593.
HSL color Cylindrical-coordinate representation of color #B18265: hue angle of 22.89º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B18265 is Cyan = 0, Magento = 0.27, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 130 | 101 | - |
| CMYK | 0 | 0.27 | 0.43 | 0.31 |
| HSL | 22.89º | 0.33% | 0.55% | - |
| HSV(B) | 22.89º | 0.43% | 0.69% | - |
| XYZ | 28.46 | 26.25 | 15.88 | - |
| YUV | 140.75 | 105.57 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 130 | 101 | 0 | 0.27 | 0.43 | 0.31 | 22.89 | 0.33 | 0.55 |
| Hex | B1 | 82 | 65 | 0 | 1B | 2B | 1F | 17 | 21 | 37 |
| Octal | 261 | 202 | 145 | 0 | 33 | 53 | 37 | 27 | 41 | 67 |
| Binary | 10110001 | 10000010 | 1100101 | 0 | 11011 | 101011 | 11111 | 10111 | 100001 | 110111 |
Color Harmonies of #B18265
Complementary color
Monochromatic Colors of #B18265
Black with #B18265
Text Example
Text Example
White with #B18265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B18265; }
p { color: rgb(177,130,101); }
H1.HeaderClassName
{
color: #B18265;
}
.AnyTagClassName
{
color: #B18265;
}
</style>
background-color css
<style>
a { background-color: #B18265; }
a { background-color: rgb(177,130,101); }
div.DivClassName
{
background-color: #B18265;
}
.BgClassName
{
background-color: #B18265;
}
</style>
border-color css
<style>
span { border-color: #B18265; }
span { border-color: rgb(177,130,101); }
td.TdClassName
{
border-color: #B18265;
}
.TagClassName
{
border-color: #B18265;
}
</style>