Shades of Medium Wood #B28068
Tints of Medium Wood #B28068
RGB
CMYK
RGB Variations
Color information
#B28068 (or 0xB28068) is known color: Medium Wood. HEX triplet: B2, 80 and 68. RGB value is (178,128,104). Sum of RGB (Red+Green+Blue) = 178+128+104=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 128 (50.39% from 255 or 31.22% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 178 - color contains mainly: red. Hex color #B28068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28068 is #4D7F97. Grayscale: #8C8C8C. Windows color (decimal): -5078936 or 6848690. OLE color: 6848690.
HSL color Cylindrical-coordinate representation of color #B28068: hue angle of 19.46º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B28068 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 128 | 104 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.30 |
| HSL | 19.46º | 0.32% | 0.55% | - |
| HSV(B) | 19.46º | 0.42% | 0.7% | - |
| XYZ | 28.58 | 25.9 | 16.59 | - |
| YUV | 140.21 | 107.57 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 128 | 104 | 0 | 0.28 | 0.42 | 0.30 | 19.46 | 0.32 | 0.55 |
| Hex | B2 | 80 | 68 | 0 | 1C | 2A | 1E | 13 | 20 | 37 |
| Octal | 262 | 200 | 150 | 0 | 34 | 52 | 36 | 23 | 40 | 67 |
| Binary | 10110010 | 10000000 | 1101000 | 0 | 11100 | 101010 | 11110 | 10011 | 100000 | 110111 |
Color Harmonies of #B28068
Complementary color
Monochromatic Colors of #B28068
Black with #B28068
Text Example
Text Example
White with #B28068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28068; }
p { color: rgb(178,128,104); }
H1.HeaderClassName
{
color: #B28068;
}
.AnyTagClassName
{
color: #B28068;
}
</style>
background-color css
<style>
a { background-color: #B28068; }
a { background-color: rgb(178,128,104); }
div.DivClassName
{
background-color: #B28068;
}
.BgClassName
{
background-color: #B28068;
}
</style>
border-color css
<style>
span { border-color: #B28068; }
span { border-color: rgb(178,128,104); }
td.TdClassName
{
border-color: #B28068;
}
.TagClassName
{
border-color: #B28068;
}
</style>