Shades of Medium Wood #B2805F
Tints of Medium Wood #B2805F
RGB
CMYK
RGB Variations
Color information
#B2805F (or 0xB2805F) is known color: Medium Wood. HEX triplet: B2, 80 and 5F. RGB value is (178,128,95). Sum of RGB (Red+Green+Blue) = 178+128+95=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 95 (37.5% from 255 or 23.69% from 401); Max value from RGB is 178 - color contains mainly: red. Hex color #B2805F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2805F is #4D7FA0. Grayscale: #8B8B8B. Windows color (decimal): -5078945 or 6258866. OLE color: 6258866.
HSL color Cylindrical-coordinate representation of color #B2805F: hue angle of 23.86º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2805F is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 128 | 95 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.30 |
| HSL | 23.86º | 0.35% | 0.54% | - |
| HSV(B) | 23.86º | 0.47% | 0.7% | - |
| XYZ | 28.14 | 25.73 | 14.31 | - |
| YUV | 139.19 | 103.07 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 128 | 95 | 0 | 0.28 | 0.47 | 0.30 | 23.86 | 0.35 | 0.54 |
| Hex | B2 | 80 | 5F | 0 | 1C | 2F | 1E | 18 | 23 | 36 |
| Octal | 262 | 200 | 137 | 0 | 34 | 57 | 36 | 30 | 43 | 66 |
| Binary | 10110010 | 10000000 | 1011111 | 0 | 11100 | 101111 | 11110 | 11000 | 100011 | 110110 |
Color Harmonies of #B2805F
Complementary color
Monochromatic Colors of #B2805F
Black with #B2805F
Text Example
Text Example
White with #B2805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2805F; }
p { color: rgb(178,128,95); }
H1.HeaderClassName
{
color: #B2805F;
}
.AnyTagClassName
{
color: #B2805F;
}
</style>
background-color css
<style>
a { background-color: #B2805F; }
a { background-color: rgb(178,128,95); }
div.DivClassName
{
background-color: #B2805F;
}
.BgClassName
{
background-color: #B2805F;
}
</style>
border-color css
<style>
span { border-color: #B2805F; }
span { border-color: rgb(178,128,95); }
td.TdClassName
{
border-color: #B2805F;
}
.TagClassName
{
border-color: #B2805F;
}
</style>