Shades of Medium Wood #B68268
Tints of Medium Wood #B68268
RGB
CMYK
RGB Variations
Color information
#B68268 (or 0xB68268) is known color: Medium Wood. HEX triplet: B6, 82 and 68. RGB value is (182,130,104). Sum of RGB (Red+Green+Blue) = 182+130+104=416 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.75% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 182 - color contains mainly: red. Hex color #B68268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68268 is #497D97. Grayscale: #8E8E8E. Windows color (decimal): -4816280 or 6849206. OLE color: 6849206.
HSL color Cylindrical-coordinate representation of color #B68268: hue angle of 20º 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 #B68268 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 130 | 104 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.29 |
| HSL | 20º | 0.35% | 0.56% | - |
| HSV(B) | 20º | 0.43% | 0.71% | - |
| XYZ | 29.77 | 26.91 | 16.72 | - |
| YUV | 142.58 | 106.23 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 130 | 104 | 0 | 0.29 | 0.43 | 0.29 | 20 | 0.35 | 0.56 |
| Hex | B6 | 82 | 68 | 0 | 1D | 2B | 1D | 14 | 23 | 38 |
| Octal | 266 | 202 | 150 | 0 | 35 | 53 | 35 | 24 | 43 | 70 |
| Binary | 10110110 | 10000010 | 1101000 | 0 | 11101 | 101011 | 11101 | 10100 | 100011 | 111000 |
Color Harmonies of #B68268
Complementary color
Monochromatic Colors of #B68268
Black with #B68268
Text Example
Text Example
White with #B68268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68268; }
p { color: rgb(182,130,104); }
H1.HeaderClassName
{
color: #B68268;
}
.AnyTagClassName
{
color: #B68268;
}
</style>
background-color css
<style>
a { background-color: #B68268; }
a { background-color: rgb(182,130,104); }
div.DivClassName
{
background-color: #B68268;
}
.BgClassName
{
background-color: #B68268;
}
</style>
border-color css
<style>
span { border-color: #B68268; }
span { border-color: rgb(182,130,104); }
td.TdClassName
{
border-color: #B68268;
}
.TagClassName
{
border-color: #B68268;
}
</style>