Shades of Medium Wood #B78269
Tints of Medium Wood #B78269
RGB
CMYK
RGB Variations
Color information
#B78269 (or 0xB78269) is known color: Medium Wood. HEX triplet: B7, 82 and 69. RGB value is (183,130,105). Sum of RGB (Red+Green+Blue) = 183+130+105=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 105 (41.41% from 255 or 25.12% from 418); Max value from RGB is 183 - color contains mainly: red. Hex color #B78269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78269 is #487D96. Grayscale: #8F8F8F. Windows color (decimal): -4750743 or 6914743. OLE color: 6914743.
HSL color Cylindrical-coordinate representation of color #B78269: hue angle of 19.23º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B78269 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 130 | 105 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.28 |
| HSL | 19.23º | 0.35% | 0.56% | - |
| HSV(B) | 19.23º | 0.43% | 0.72% | - |
| XYZ | 30.06 | 27.05 | 17 | - |
| YUV | 143 | 106.56 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 130 | 105 | 0 | 0.29 | 0.43 | 0.28 | 19.23 | 0.35 | 0.56 |
| Hex | B7 | 82 | 69 | 0 | 1D | 2B | 1C | 13 | 23 | 38 |
| Octal | 267 | 202 | 151 | 0 | 35 | 53 | 34 | 23 | 43 | 70 |
| Binary | 10110111 | 10000010 | 1101001 | 0 | 11101 | 101011 | 11100 | 10011 | 100011 | 111000 |
Color Harmonies of #B78269
Complementary color
Monochromatic Colors of #B78269
Black with #B78269
Text Example
Text Example
White with #B78269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78269; }
p { color: rgb(183,130,105); }
H1.HeaderClassName
{
color: #B78269;
}
.AnyTagClassName
{
color: #B78269;
}
</style>
background-color css
<style>
a { background-color: #B78269; }
a { background-color: rgb(183,130,105); }
div.DivClassName
{
background-color: #B78269;
}
.BgClassName
{
background-color: #B78269;
}
</style>
border-color css
<style>
span { border-color: #B78269; }
span { border-color: rgb(183,130,105); }
td.TdClassName
{
border-color: #B78269;
}
.TagClassName
{
border-color: #B78269;
}
</style>