Shades of Medium Wood #B68068
Tints of Medium Wood #B68068
RGB
CMYK
RGB Variations
Color information
#B68068 (or 0xB68068) is known color: Medium Wood. HEX triplet: B6, 80 and 68. RGB value is (182,128,104). Sum of RGB (Red+Green+Blue) = 182+128+104=414 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.96% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 182 - color contains mainly: red. Hex color #B68068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68068 is #497F97. Grayscale: #8D8D8D. Windows color (decimal): -4816792 or 6848694. OLE color: 6848694.
HSL color Cylindrical-coordinate representation of color #B68068: hue angle of 18.46º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B68068 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 128 | 104 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.29 |
| HSL | 18.46º | 0.35% | 0.56% | - |
| HSV(B) | 18.46º | 0.43% | 0.71% | - |
| XYZ | 29.51 | 26.38 | 16.63 | - |
| YUV | 141.41 | 106.89 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 128 | 104 | 0 | 0.30 | 0.43 | 0.29 | 18.46 | 0.35 | 0.56 |
| Hex | B6 | 80 | 68 | 0 | 1E | 2B | 1D | 12 | 23 | 38 |
| Octal | 266 | 200 | 150 | 0 | 36 | 53 | 35 | 22 | 43 | 70 |
| Binary | 10110110 | 10000000 | 1101000 | 0 | 11110 | 101011 | 11101 | 10010 | 100011 | 111000 |
Color Harmonies of #B68068
Complementary color
Monochromatic Colors of #B68068
Black with #B68068
Text Example
Text Example
White with #B68068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68068; }
p { color: rgb(182,128,104); }
H1.HeaderClassName
{
color: #B68068;
}
.AnyTagClassName
{
color: #B68068;
}
</style>
background-color css
<style>
a { background-color: #B68068; }
a { background-color: rgb(182,128,104); }
div.DivClassName
{
background-color: #B68068;
}
.BgClassName
{
background-color: #B68068;
}
</style>
border-color css
<style>
span { border-color: #B68068; }
span { border-color: rgb(182,128,104); }
td.TdClassName
{
border-color: #B68068;
}
.TagClassName
{
border-color: #B68068;
}
</style>