Shades of Medium Wood #B68863
Tints of Medium Wood #B68863
RGB
CMYK
RGB Variations
Color information
#B68863 (or 0xB68863) is known color: Medium Wood. HEX triplet: B6, 88 and 63. RGB value is (182,136,99). Sum of RGB (Red+Green+Blue) = 182+136+99=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 136 (53.52% from 255 or 32.61% from 417); Blue value is 99 (39.06% from 255 or 23.74% from 417); Max value from RGB is 182 - color contains mainly: red. Hex color #B68863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68863 is #49779C. Grayscale: #919191. Windows color (decimal): -4814749 or 6523062. OLE color: 6523062.
HSL color Cylindrical-coordinate representation of color #B68863: hue angle of 26.75º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B68863 is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 136 | 99 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.29 |
| HSL | 26.75º | 0.36% | 0.55% | - |
| HSV(B) | 26.75º | 0.46% | 0.71% | - |
| XYZ | 30.35 | 28.45 | 15.7 | - |
| YUV | 145.54 | 101.74 | 154.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 136 | 99 | 0 | 0.25 | 0.46 | 0.29 | 26.75 | 0.36 | 0.55 |
| Hex | B6 | 88 | 63 | 0 | 19 | 2E | 1D | 1B | 24 | 37 |
| Octal | 266 | 210 | 143 | 0 | 31 | 56 | 35 | 33 | 44 | 67 |
| Binary | 10110110 | 10001000 | 1100011 | 0 | 11001 | 101110 | 11101 | 11011 | 100100 | 110111 |
Color Harmonies of #B68863
Complementary color
Monochromatic Colors of #B68863
Black with #B68863
Text Example
Text Example
White with #B68863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68863; }
p { color: rgb(182,136,99); }
H1.HeaderClassName
{
color: #B68863;
}
.AnyTagClassName
{
color: #B68863;
}
</style>
background-color css
<style>
a { background-color: #B68863; }
a { background-color: rgb(182,136,99); }
div.DivClassName
{
background-color: #B68863;
}
.BgClassName
{
background-color: #B68863;
}
</style>
border-color css
<style>
span { border-color: #B68863; }
span { border-color: rgb(182,136,99); }
td.TdClassName
{
border-color: #B68863;
}
.TagClassName
{
border-color: #B68863;
}
</style>