Shades of Medium Wood #B68263
Tints of Medium Wood #B68263
RGB
CMYK
RGB Variations
Color information
#B68263 (or 0xB68263) is known color: Medium Wood. HEX triplet: B6, 82 and 63. RGB value is (182,130,99). Sum of RGB (Red+Green+Blue) = 182+130+99=411 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.28% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 99 (39.06% from 255 or 24.09% from 411); Max value from RGB is 182 - color contains mainly: red. Hex color #B68263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68263 is #497D9C. Grayscale: #8E8E8E. Windows color (decimal): -4816285 or 6521526. OLE color: 6521526.
HSL color Cylindrical-coordinate representation of color #B68263: hue angle of 22.41º 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 #B68263 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 130 | 99 | - |
| CMYK | 0 | 0.29 | 0.46 | 0.29 |
| HSL | 22.41º | 0.36% | 0.55% | - |
| HSV(B) | 22.41º | 0.46% | 0.71% | - |
| XYZ | 29.53 | 26.81 | 15.42 | - |
| YUV | 142.01 | 103.73 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 130 | 99 | 0 | 0.29 | 0.46 | 0.29 | 22.41 | 0.36 | 0.55 |
| Hex | B6 | 82 | 63 | 0 | 1D | 2E | 1D | 16 | 24 | 37 |
| Octal | 266 | 202 | 143 | 0 | 35 | 56 | 35 | 26 | 44 | 67 |
| Binary | 10110110 | 10000010 | 1100011 | 0 | 11101 | 101110 | 11101 | 10110 | 100100 | 110111 |
Color Harmonies of #B68263
Complementary color
Monochromatic Colors of #B68263
Black with #B68263
Text Example
Text Example
White with #B68263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B68263; }
p { color: rgb(182,130,99); }
H1.HeaderClassName
{
color: #B68263;
}
.AnyTagClassName
{
color: #B68263;
}
</style>
background-color css
<style>
a { background-color: #B68263; }
a { background-color: rgb(182,130,99); }
div.DivClassName
{
background-color: #B68263;
}
.BgClassName
{
background-color: #B68263;
}
</style>
border-color css
<style>
span { border-color: #B68263; }
span { border-color: rgb(182,130,99); }
td.TdClassName
{
border-color: #B68263;
}
.TagClassName
{
border-color: #B68263;
}
</style>