Shades of Fallow #B7A26C
Tints of Fallow #B7A26C
RGB
CMYK
RGB Variations
Color information
#B7A26C (or 0xB7A26C) is known color: Fallow. HEX triplet: B7, A2 and 6C. RGB value is (183,162,108). Sum of RGB (Red+Green+Blue) = 183+162+108=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 162 (63.67% from 255 or 35.76% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A26C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A26C is #485D93. Grayscale: #A2A2A2. Windows color (decimal): -4742548 or 7119543. OLE color: 7119543.
HSL color Cylindrical-coordinate representation of color #B7A26C: hue angle of 43.2º degrees, saturation: 0.34, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B7A26C is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 162 | 108 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.28 |
| HSL | 43.2º | 0.34% | 0.57% | - |
| HSV(B) | 43.2º | 0.41% | 0.72% | - |
| XYZ | 35.16 | 36.99 | 19.47 | - |
| YUV | 162.12 | 97.46 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 162 | 108 | 0 | 0.11 | 0.41 | 0.28 | 43.2 | 0.34 | 0.57 |
| Hex | B7 | A2 | 6C | 0 | B | 29 | 1C | 2B | 22 | 39 |
| Octal | 267 | 242 | 154 | 0 | 13 | 51 | 34 | 53 | 42 | 71 |
| Binary | 10110111 | 10100010 | 1101100 | 0 | 1011 | 101001 | 11100 | 101011 | 100010 | 111001 |
Color Harmonies of #B7A26C
Complementary color
Monochromatic Colors of #B7A26C
Black with #B7A26C
Text Example
Text Example
White with #B7A26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A26C; }
p { color: rgb(183,162,108); }
H1.HeaderClassName
{
color: #B7A26C;
}
.AnyTagClassName
{
color: #B7A26C;
}
</style>
background-color css
<style>
a { background-color: #B7A26C; }
a { background-color: rgb(183,162,108); }
div.DivClassName
{
background-color: #B7A26C;
}
.BgClassName
{
background-color: #B7A26C;
}
</style>
border-color css
<style>
span { border-color: #B7A26C; }
span { border-color: rgb(183,162,108); }
td.TdClassName
{
border-color: #B7A26C;
}
.TagClassName
{
border-color: #B7A26C;
}
</style>