Shades of Fallow #B6A273
Tints of Fallow #B6A273
RGB
CMYK
RGB Variations
Color information
#B6A273 (or 0xB6A273) is known color: Fallow. HEX triplet: B6, A2 and 73. RGB value is (182,162,115). Sum of RGB (Red+Green+Blue) = 182+162+115=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 162 (63.67% from 255 or 35.29% from 459); Blue value is 115 (45.31% from 255 or 25.05% from 459); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B6A273 is #495D8C. Grayscale: #A2A2A2. Windows color (decimal): -4808077 or 7578294. OLE color: 7578294.
HSL color Cylindrical-coordinate representation of color #B6A273: hue angle of 42.09º 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 #B6A273 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 162 | 115 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.29 |
| HSL | 42.09º | 0.31% | 0.58% | - |
| HSV(B) | 42.09º | 0.37% | 0.71% | - |
| XYZ | 35.31 | 37.02 | 21.51 | - |
| YUV | 162.62 | 101.13 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 162 | 115 | 0 | 0.11 | 0.37 | 0.29 | 42.09 | 0.31 | 0.58 |
| Hex | B6 | A2 | 73 | 0 | B | 25 | 1D | 2A | 1F | 3A |
| Octal | 266 | 242 | 163 | 0 | 13 | 45 | 35 | 52 | 37 | 72 |
| Binary | 10110110 | 10100010 | 1110011 | 0 | 1011 | 100101 | 11101 | 101010 | 11111 | 111010 |
Color Harmonies of #B6A273
Complementary color
Monochromatic Colors of #B6A273
Black with #B6A273
Text Example
Text Example
White with #B6A273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A273; }
p { color: rgb(182,162,115); }
H1.HeaderClassName
{
color: #B6A273;
}
.AnyTagClassName
{
color: #B6A273;
}
</style>
background-color css
<style>
a { background-color: #B6A273; }
a { background-color: rgb(182,162,115); }
div.DivClassName
{
background-color: #B6A273;
}
.BgClassName
{
background-color: #B6A273;
}
</style>
border-color css
<style>
span { border-color: #B6A273; }
span { border-color: rgb(182,162,115); }
td.TdClassName
{
border-color: #B6A273;
}
.TagClassName
{
border-color: #B6A273;
}
</style>