Shades of Medium Wood #B28466
Tints of Medium Wood #B28466
RGB
CMYK
RGB Variations
Color information
#B28466 (or 0xB28466) is known color: Medium Wood. HEX triplet: B2, 84 and 66. RGB value is (178,132,102). Sum of RGB (Red+Green+Blue) = 178+132+102=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 102 (40.23% from 255 or 24.76% from 412); Max value from RGB is 178 - color contains mainly: red. Hex color #B28466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28466 is #4D7B99. Grayscale: #8E8E8E. Windows color (decimal): -5077914 or 6718642. OLE color: 6718642.
HSL color Cylindrical-coordinate representation of color #B28466: hue angle of 23.68º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B28466 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 132 | 102 | - |
| CMYK | 0 | 0.26 | 0.43 | 0.30 |
| HSL | 23.68º | 0.33% | 0.55% | - |
| HSV(B) | 23.68º | 0.43% | 0.7% | - |
| XYZ | 29.01 | 26.93 | 16.24 | - |
| YUV | 142.33 | 105.24 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 132 | 102 | 0 | 0.26 | 0.43 | 0.30 | 23.68 | 0.33 | 0.55 |
| Hex | B2 | 84 | 66 | 0 | 1A | 2B | 1E | 18 | 21 | 37 |
| Octal | 262 | 204 | 146 | 0 | 32 | 53 | 36 | 30 | 41 | 67 |
| Binary | 10110010 | 10000100 | 1100110 | 0 | 11010 | 101011 | 11110 | 11000 | 100001 | 110111 |
Color Harmonies of #B28466
Complementary color
Monochromatic Colors of #B28466
Black with #B28466
Text Example
Text Example
White with #B28466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28466; }
p { color: rgb(178,132,102); }
H1.HeaderClassName
{
color: #B28466;
}
.AnyTagClassName
{
color: #B28466;
}
</style>
background-color css
<style>
a { background-color: #B28466; }
a { background-color: rgb(178,132,102); }
div.DivClassName
{
background-color: #B28466;
}
.BgClassName
{
background-color: #B28466;
}
</style>
border-color css
<style>
span { border-color: #B28466; }
span { border-color: rgb(178,132,102); }
td.TdClassName
{
border-color: #B28466;
}
.TagClassName
{
border-color: #B28466;
}
</style>