Shades of Medium Wood #B67B63
Tints of Medium Wood #B67B63
RGB
CMYK
RGB Variations
Color information
#B67B63 (or 0xB67B63) is known color: Medium Wood. HEX triplet: B6, 7B and 63. RGB value is (182,123,99). Sum of RGB (Red+Green+Blue) = 182+123+99=404 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.05% from 404); Green value is 123 (48.44% from 255 or 30.45% from 404); Blue value is 99 (39.06% from 255 or 24.50% from 404); Max value from RGB is 182 - color contains mainly: red. Hex color #B67B63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67B63 is #49849C. Grayscale: #8A8A8A. Windows color (decimal): -4818077 or 6519734. OLE color: 6519734.
HSL color Cylindrical-coordinate representation of color #B67B63: hue angle of 17.35º 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 #B67B63 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 123 | 99 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.29 |
| HSL | 17.35º | 0.36% | 0.55% | - |
| HSV(B) | 17.35º | 0.46% | 0.71% | - |
| XYZ | 28.63 | 25.01 | 15.12 | - |
| YUV | 137.91 | 106.05 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 123 | 99 | 0 | 0.32 | 0.46 | 0.29 | 17.35 | 0.36 | 0.55 |
| Hex | B6 | 7B | 63 | 0 | 20 | 2E | 1D | 11 | 24 | 37 |
| Octal | 266 | 173 | 143 | 0 | 40 | 56 | 35 | 21 | 44 | 67 |
| Binary | 10110110 | 1111011 | 1100011 | 0 | 100000 | 101110 | 11101 | 10001 | 100100 | 110111 |
Color Harmonies of #B67B63
Complementary color
Monochromatic Colors of #B67B63
Black with #B67B63
Text Example
Text Example
White with #B67B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67B63; }
p { color: rgb(182,123,99); }
H1.HeaderClassName
{
color: #B67B63;
}
.AnyTagClassName
{
color: #B67B63;
}
</style>
background-color css
<style>
a { background-color: #B67B63; }
a { background-color: rgb(182,123,99); }
div.DivClassName
{
background-color: #B67B63;
}
.BgClassName
{
background-color: #B67B63;
}
</style>
border-color css
<style>
span { border-color: #B67B63; }
span { border-color: rgb(182,123,99); }
td.TdClassName
{
border-color: #B67B63;
}
.TagClassName
{
border-color: #B67B63;
}
</style>