Shades of Medium Wood #B38967
Tints of Medium Wood #B38967
RGB
CMYK
RGB Variations
Color information
#B38967 (or 0xB38967) is known color: Medium Wood. HEX triplet: B3, 89 and 67. RGB value is (179,137,103). Sum of RGB (Red+Green+Blue) = 179+137+103=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 103 (40.62% from 255 or 24.58% from 419); Max value from RGB is 179 - color contains mainly: red. Hex color #B38967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38967 is #4C7698. Grayscale: #919191. Windows color (decimal): -5011097 or 6785459. OLE color: 6785459.
HSL color Cylindrical-coordinate representation of color #B38967: hue angle of 26.84º 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 #B38967 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 137 | 103 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.30 |
| HSL | 26.84º | 0.33% | 0.55% | - |
| HSV(B) | 26.84º | 0.42% | 0.7% | - |
| XYZ | 29.98 | 28.45 | 16.74 | - |
| YUV | 145.68 | 103.91 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 137 | 103 | 0 | 0.23 | 0.42 | 0.30 | 26.84 | 0.33 | 0.55 |
| Hex | B3 | 89 | 67 | 0 | 17 | 2A | 1E | 1B | 21 | 37 |
| Octal | 263 | 211 | 147 | 0 | 27 | 52 | 36 | 33 | 41 | 67 |
| Binary | 10110011 | 10001001 | 1100111 | 0 | 10111 | 101010 | 11110 | 11011 | 100001 | 110111 |
Color Harmonies of #B38967
Complementary color
Monochromatic Colors of #B38967
Black with #B38967
Text Example
Text Example
White with #B38967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38967; }
p { color: rgb(179,137,103); }
H1.HeaderClassName
{
color: #B38967;
}
.AnyTagClassName
{
color: #B38967;
}
</style>
background-color css
<style>
a { background-color: #B38967; }
a { background-color: rgb(179,137,103); }
div.DivClassName
{
background-color: #B38967;
}
.BgClassName
{
background-color: #B38967;
}
</style>
border-color css
<style>
span { border-color: #B38967; }
span { border-color: rgb(179,137,103); }
td.TdClassName
{
border-color: #B38967;
}
.TagClassName
{
border-color: #B38967;
}
</style>