Shades of Medium Wood #B38568
Tints of Medium Wood #B38568
RGB
CMYK
RGB Variations
Color information
#B38568 (or 0xB38568) is known color: Medium Wood. HEX triplet: B3, 85 and 68. RGB value is (179,133,104). Sum of RGB (Red+Green+Blue) = 179+133+104=416 (55% of max value = 765). Red value is 179 (70.31% from 255 or 43.03% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 179 - color contains mainly: red. Hex color #B38568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38568 is #4C7A97. Grayscale: #8F8F8F. Windows color (decimal): -5012120 or 6849971. OLE color: 6849971.
HSL color Cylindrical-coordinate representation of color #B38568: hue angle of 23.2º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B38568 is Cyan = 0, Magento = 0.26, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 133 | 104 | - |
| CMYK | 0 | 0.26 | 0.42 | 0.30 |
| HSL | 23.2º | 0.33% | 0.55% | - |
| HSV(B) | 23.2º | 0.42% | 0.7% | - |
| XYZ | 29.48 | 27.36 | 16.82 | - |
| YUV | 143.45 | 105.74 | 153.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 133 | 104 | 0 | 0.26 | 0.42 | 0.30 | 23.2 | 0.33 | 0.55 |
| Hex | B3 | 85 | 68 | 0 | 1A | 2A | 1E | 17 | 21 | 37 |
| Octal | 263 | 205 | 150 | 0 | 32 | 52 | 36 | 27 | 41 | 67 |
| Binary | 10110011 | 10000101 | 1101000 | 0 | 11010 | 101010 | 11110 | 10111 | 100001 | 110111 |
Color Harmonies of #B38568
Complementary color
Monochromatic Colors of #B38568
Black with #B38568
Text Example
Text Example
White with #B38568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38568; }
p { color: rgb(179,133,104); }
H1.HeaderClassName
{
color: #B38568;
}
.AnyTagClassName
{
color: #B38568;
}
</style>
background-color css
<style>
a { background-color: #B38568; }
a { background-color: rgb(179,133,104); }
div.DivClassName
{
background-color: #B38568;
}
.BgClassName
{
background-color: #B38568;
}
</style>
border-color css
<style>
span { border-color: #B38568; }
span { border-color: rgb(179,133,104); }
td.TdClassName
{
border-color: #B38568;
}
.TagClassName
{
border-color: #B38568;
}
</style>