Shades of Medium Wood #B28967
Tints of Medium Wood #B28967
RGB
CMYK
RGB Variations
Color information
#B28967 (or 0xB28967) is known color: Medium Wood. HEX triplet: B2, 89 and 67. RGB value is (178,137,103). Sum of RGB (Red+Green+Blue) = 178+137+103=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 137 (53.91% from 255 or 32.78% from 418); Blue value is 103 (40.62% from 255 or 24.64% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B28967 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28967 is #4D7698. Grayscale: #919191. Windows color (decimal): -5076633 or 6785458. OLE color: 6785458.
HSL color Cylindrical-coordinate representation of color #B28967: hue angle of 27.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 #B28967 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 137 | 103 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.30 |
| HSL | 27.2º | 0.33% | 0.55% | - |
| HSV(B) | 27.2º | 0.42% | 0.7% | - |
| XYZ | 29.75 | 28.34 | 16.73 | - |
| YUV | 145.38 | 104.08 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 137 | 103 | 0 | 0.23 | 0.42 | 0.30 | 27.2 | 0.33 | 0.55 |
| Hex | B2 | 89 | 67 | 0 | 17 | 2A | 1E | 1B | 21 | 37 |
| Octal | 262 | 211 | 147 | 0 | 27 | 52 | 36 | 33 | 41 | 67 |
| Binary | 10110010 | 10001001 | 1100111 | 0 | 10111 | 101010 | 11110 | 11011 | 100001 | 110111 |
Color Harmonies of #B28967
Complementary color
Monochromatic Colors of #B28967
Black with #B28967
Text Example
Text Example
White with #B28967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B28967; }
p { color: rgb(178,137,103); }
H1.HeaderClassName
{
color: #B28967;
}
.AnyTagClassName
{
color: #B28967;
}
</style>
background-color css
<style>
a { background-color: #B28967; }
a { background-color: rgb(178,137,103); }
div.DivClassName
{
background-color: #B28967;
}
.BgClassName
{
background-color: #B28967;
}
</style>
border-color css
<style>
span { border-color: #B28967; }
span { border-color: rgb(178,137,103); }
td.TdClassName
{
border-color: #B28967;
}
.TagClassName
{
border-color: #B28967;
}
</style>