Shades of Fallow #B69E72
Tints of Fallow #B69E72
RGB
CMYK
RGB Variations
Color information
#B69E72 (or 0xB69E72) is known color: Fallow. HEX triplet: B6, 9E and 72. RGB value is (182,158,114). Sum of RGB (Red+Green+Blue) = 182+158+114=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 158 (62.11% from 255 or 34.80% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 182 - color contains mainly: red. Hex color #B69E72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69E72 is #49618D. Grayscale: #A0A0A0. Windows color (decimal): -4809102 or 7511734. OLE color: 7511734.
HSL color Cylindrical-coordinate representation of color #B69E72: hue angle of 38.82º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B69E72 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 158 | 114 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.29 |
| HSL | 38.82º | 0.32% | 0.58% | - |
| HSV(B) | 38.82º | 0.37% | 0.71% | - |
| XYZ | 34.56 | 35.61 | 20.97 | - |
| YUV | 160.16 | 101.95 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 158 | 114 | 0 | 0.13 | 0.37 | 0.29 | 38.82 | 0.32 | 0.58 |
| Hex | B6 | 9E | 72 | 0 | D | 25 | 1D | 27 | 20 | 3A |
| Octal | 266 | 236 | 162 | 0 | 15 | 45 | 35 | 47 | 40 | 72 |
| Binary | 10110110 | 10011110 | 1110010 | 0 | 1101 | 100101 | 11101 | 100111 | 100000 | 111010 |
Color Harmonies of #B69E72
Complementary color
Monochromatic Colors of #B69E72
Black with #B69E72
Text Example
Text Example
White with #B69E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69E72; }
p { color: rgb(182,158,114); }
H1.HeaderClassName
{
color: #B69E72;
}
.AnyTagClassName
{
color: #B69E72;
}
</style>
background-color css
<style>
a { background-color: #B69E72; }
a { background-color: rgb(182,158,114); }
div.DivClassName
{
background-color: #B69E72;
}
.BgClassName
{
background-color: #B69E72;
}
</style>
border-color css
<style>
span { border-color: #B69E72; }
span { border-color: rgb(182,158,114); }
td.TdClassName
{
border-color: #B69E72;
}
.TagClassName
{
border-color: #B69E72;
}
</style>