Shades of Fallow #B69572
Tints of Fallow #B69572
RGB
CMYK
RGB Variations
Color information
#B69572 (or 0xB69572) is known color: Fallow. HEX triplet: B6, 95 and 72. RGB value is (182,149,114). Sum of RGB (Red+Green+Blue) = 182+149+114=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 149 (58.59% from 255 or 33.48% from 445); Blue value is 114 (44.92% from 255 or 25.62% from 445); Max value from RGB is 182 - color contains mainly: red. Hex color #B69572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69572 is #496A8D. Grayscale: #9B9B9B. Windows color (decimal): -4811406 or 7509430. OLE color: 7509430.
HSL color Cylindrical-coordinate representation of color #B69572: hue angle of 30.88º 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 #B69572 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 149 | 114 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.29 |
| HSL | 30.88º | 0.32% | 0.58% | - |
| HSV(B) | 30.88º | 0.37% | 0.71% | - |
| XYZ | 33.08 | 32.65 | 20.48 | - |
| YUV | 154.88 | 104.93 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 149 | 114 | 0 | 0.18 | 0.37 | 0.29 | 30.88 | 0.32 | 0.58 |
| Hex | B6 | 95 | 72 | 0 | 12 | 25 | 1D | 1F | 20 | 3A |
| Octal | 266 | 225 | 162 | 0 | 22 | 45 | 35 | 37 | 40 | 72 |
| Binary | 10110110 | 10010101 | 1110010 | 0 | 10010 | 100101 | 11101 | 11111 | 100000 | 111010 |
Color Harmonies of #B69572
Complementary color
Monochromatic Colors of #B69572
Black with #B69572
Text Example
Text Example
White with #B69572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69572; }
p { color: rgb(182,149,114); }
H1.HeaderClassName
{
color: #B69572;
}
.AnyTagClassName
{
color: #B69572;
}
</style>
background-color css
<style>
a { background-color: #B69572; }
a { background-color: rgb(182,149,114); }
div.DivClassName
{
background-color: #B69572;
}
.BgClassName
{
background-color: #B69572;
}
</style>
border-color css
<style>
span { border-color: #B69572; }
span { border-color: rgb(182,149,114); }
td.TdClassName
{
border-color: #B69572;
}
.TagClassName
{
border-color: #B69572;
}
</style>