Shades of Medium Wood #B78A6A
Tints of Medium Wood #B78A6A
RGB
CMYK
RGB Variations
Color information
#B78A6A (or 0xB78A6A) is known color: Medium Wood. HEX triplet: B7, 8A and 6A. RGB value is (183,138,106). Sum of RGB (Red+Green+Blue) = 183+138+106=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 106 (41.80% from 255 or 24.82% from 427); Max value from RGB is 183 - color contains mainly: red. Hex color #B78A6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78A6A is #487595. Grayscale: #939393. Windows color (decimal): -4748694 or 6982327. OLE color: 6982327.
HSL color Cylindrical-coordinate representation of color #B78A6A: hue angle of 24.94º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B78A6A is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 138 | 106 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.28 |
| HSL | 24.94º | 0.35% | 0.57% | - |
| HSV(B) | 24.94º | 0.42% | 0.72% | - |
| XYZ | 31.22 | 29.28 | 17.64 | - |
| YUV | 147.81 | 104.41 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 138 | 106 | 0 | 0.25 | 0.42 | 0.28 | 24.94 | 0.35 | 0.57 |
| Hex | B7 | 8A | 6A | 0 | 19 | 2A | 1C | 19 | 23 | 39 |
| Octal | 267 | 212 | 152 | 0 | 31 | 52 | 34 | 31 | 43 | 71 |
| Binary | 10110111 | 10001010 | 1101010 | 0 | 11001 | 101010 | 11100 | 11001 | 100011 | 111001 |
Color Harmonies of #B78A6A
Complementary color
Monochromatic Colors of #B78A6A
Black with #B78A6A
Text Example
Text Example
White with #B78A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B78A6A; }
p { color: rgb(183,138,106); }
H1.HeaderClassName
{
color: #B78A6A;
}
.AnyTagClassName
{
color: #B78A6A;
}
</style>
background-color css
<style>
a { background-color: #B78A6A; }
a { background-color: rgb(183,138,106); }
div.DivClassName
{
background-color: #B78A6A;
}
.BgClassName
{
background-color: #B78A6A;
}
</style>
border-color css
<style>
span { border-color: #B78A6A; }
span { border-color: rgb(183,138,106); }
td.TdClassName
{
border-color: #B78A6A;
}
.TagClassName
{
border-color: #B78A6A;
}
</style>