Shades of Medium Wood #B28764
Tints of Medium Wood #B28764
RGB
CMYK
RGB Variations
Color information
#B28764 (or 0xB28764) is known color: Medium Wood. HEX triplet: B2, 87 and 64. RGB value is (178,135,100). Sum of RGB (Red+Green+Blue) = 178+135+100=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 100 (39.45% from 255 or 24.21% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B28764 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28764 is #4D789B. Grayscale: #909090. Windows color (decimal): -5077148 or 6588338. OLE color: 6588338.
HSL color Cylindrical-coordinate representation of color #B28764: hue angle of 26.92º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B28764 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 135 | 100 | - |
| CMYK | 0 | 0.24 | 0.44 | 0.30 |
| HSL | 26.92º | 0.34% | 0.55% | - |
| HSV(B) | 26.92º | 0.44% | 0.7% | - |
| XYZ | 29.32 | 27.71 | 15.86 | - |
| YUV | 143.87 | 103.25 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 135 | 100 | 0 | 0.24 | 0.44 | 0.30 | 26.92 | 0.34 | 0.55 |
| Hex | B2 | 87 | 64 | 0 | 18 | 2C | 1E | 1B | 22 | 37 |
| Octal | 262 | 207 | 144 | 0 | 30 | 54 | 36 | 33 | 42 | 67 |
| Binary | 10110010 | 10000111 | 1100100 | 0 | 11000 | 101100 | 11110 | 11011 | 100010 | 110111 |
Color Harmonies of #B28764
Complementary color
Monochromatic Colors of #B28764
Black with #B28764
Text Example
Text Example
White with #B28764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28764; }
p { color: rgb(178,135,100); }
H1.HeaderClassName
{
color: #B28764;
}
.AnyTagClassName
{
color: #B28764;
}
</style>
background-color css
<style>
a { background-color: #B28764; }
a { background-color: rgb(178,135,100); }
div.DivClassName
{
background-color: #B28764;
}
.BgClassName
{
background-color: #B28764;
}
</style>
border-color css
<style>
span { border-color: #B28764; }
span { border-color: rgb(178,135,100); }
td.TdClassName
{
border-color: #B28764;
}
.TagClassName
{
border-color: #B28764;
}
</style>