Shades of Fallow #B69673
Tints of Fallow #B69673
RGB
CMYK
RGB Variations
Color information
#B69673 (or 0xB69673) is known color: Fallow. HEX triplet: B6, 96 and 73. RGB value is (182,150,115). Sum of RGB (Red+Green+Blue) = 182+150+115=447 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.72% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 182 - color contains mainly: red. Hex color #B69673 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B69673 is #49698C. Grayscale: #9B9B9B. Windows color (decimal): -4811149 or 7575222. OLE color: 7575222.
HSL color Cylindrical-coordinate representation of color #B69673: hue angle of 31.34º degrees, saturation: 0.31, 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 #B69673 is Cyan = 0, Magento = 0.18, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 150 | 115 | - |
| CMYK | 0 | 0.18 | 0.37 | 0.29 |
| HSL | 31.34º | 0.31% | 0.58% | - |
| HSV(B) | 31.34º | 0.37% | 0.71% | - |
| XYZ | 33.29 | 33 | 20.83 | - |
| YUV | 155.58 | 105.1 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 150 | 115 | 0 | 0.18 | 0.37 | 0.29 | 31.34 | 0.31 | 0.58 |
| Hex | B6 | 96 | 73 | 0 | 12 | 25 | 1D | 1F | 1F | 3A |
| Octal | 266 | 226 | 163 | 0 | 22 | 45 | 35 | 37 | 37 | 72 |
| Binary | 10110110 | 10010110 | 1110011 | 0 | 10010 | 100101 | 11101 | 11111 | 11111 | 111010 |
Color Harmonies of #B69673
Complementary color
Monochromatic Colors of #B69673
Black with #B69673
Text Example
Text Example
White with #B69673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69673; }
p { color: rgb(182,150,115); }
H1.HeaderClassName
{
color: #B69673;
}
.AnyTagClassName
{
color: #B69673;
}
</style>
background-color css
<style>
a { background-color: #B69673; }
a { background-color: rgb(182,150,115); }
div.DivClassName
{
background-color: #B69673;
}
.BgClassName
{
background-color: #B69673;
}
</style>
border-color css
<style>
span { border-color: #B69673; }
span { border-color: rgb(182,150,115); }
td.TdClassName
{
border-color: #B69673;
}
.TagClassName
{
border-color: #B69673;
}
</style>