Shades of Medium Wood #B68864
Tints of Medium Wood #B68864
RGB
CMYK
RGB Variations
Color information
#B68864 (or 0xB68864) is known color: Medium Wood. HEX triplet: B6, 88 and 64. RGB value is (182,136,100). Sum of RGB (Red+Green+Blue) = 182+136+100=418 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.54% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 100 (39.45% from 255 or 23.92% from 418); Max value from RGB is 182 - color contains mainly: red. Hex color #B68864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68864 is #49779B. Grayscale: #919191. Windows color (decimal): -4814748 or 6588598. OLE color: 6588598.
HSL color Cylindrical-coordinate representation of color #B68864: hue angle of 26.34º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B68864 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 136 | 100 | - |
| CMYK | 0 | 0.25 | 0.45 | 0.29 |
| HSL | 26.34º | 0.36% | 0.55% | - |
| HSV(B) | 26.34º | 0.45% | 0.71% | - |
| XYZ | 30.4 | 28.47 | 15.95 | - |
| YUV | 145.65 | 102.24 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 136 | 100 | 0 | 0.25 | 0.45 | 0.29 | 26.34 | 0.36 | 0.55 |
| Hex | B6 | 88 | 64 | 0 | 19 | 2D | 1D | 1A | 24 | 37 |
| Octal | 266 | 210 | 144 | 0 | 31 | 55 | 35 | 32 | 44 | 67 |
| Binary | 10110110 | 10001000 | 1100100 | 0 | 11001 | 101101 | 11101 | 11010 | 100100 | 110111 |
Color Harmonies of #B68864
Complementary color
Monochromatic Colors of #B68864
Black with #B68864
Text Example
Text Example
White with #B68864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68864; }
p { color: rgb(182,136,100); }
H1.HeaderClassName
{
color: #B68864;
}
.AnyTagClassName
{
color: #B68864;
}
</style>
background-color css
<style>
a { background-color: #B68864; }
a { background-color: rgb(182,136,100); }
div.DivClassName
{
background-color: #B68864;
}
.BgClassName
{
background-color: #B68864;
}
</style>
border-color css
<style>
span { border-color: #B68864; }
span { border-color: rgb(182,136,100); }
td.TdClassName
{
border-color: #B68864;
}
.TagClassName
{
border-color: #B68864;
}
</style>