Shades of Fallow #B5946C
Tints of Fallow #B5946C
RGB
CMYK
RGB Variations
Color information
#B5946C (or 0xB5946C) is known color: Fallow. HEX triplet: B5, 94 and 6C. RGB value is (181,148,108). Sum of RGB (Red+Green+Blue) = 181+148+108=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 108 (42.58% from 255 or 24.71% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B5946C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5946C is #4A6B93. Grayscale: #999999. Windows color (decimal): -4877204 or 7115957. OLE color: 7115957.
HSL color Cylindrical-coordinate representation of color #B5946C: hue angle of 32.88º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B5946C is Cyan = 0, Magento = 0.18, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 148 | 108 | - |
| CMYK | 0 | 0.18 | 0.40 | 0.29 |
| HSL | 32.88º | 0.33% | 0.57% | - |
| HSV(B) | 32.88º | 0.4% | 0.71% | - |
| XYZ | 32.35 | 32.09 | 18.68 | - |
| YUV | 153.31 | 102.43 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 148 | 108 | 0 | 0.18 | 0.40 | 0.29 | 32.88 | 0.33 | 0.57 |
| Hex | B5 | 94 | 6C | 0 | 12 | 28 | 1D | 21 | 21 | 39 |
| Octal | 265 | 224 | 154 | 0 | 22 | 50 | 35 | 41 | 41 | 71 |
| Binary | 10110101 | 10010100 | 1101100 | 0 | 10010 | 101000 | 11101 | 100001 | 100001 | 111001 |
Color Harmonies of #B5946C
Complementary color
Monochromatic Colors of #B5946C
Black with #B5946C
Text Example
Text Example
White with #B5946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5946C; }
p { color: rgb(181,148,108); }
H1.HeaderClassName
{
color: #B5946C;
}
.AnyTagClassName
{
color: #B5946C;
}
</style>
background-color css
<style>
a { background-color: #B5946C; }
a { background-color: rgb(181,148,108); }
div.DivClassName
{
background-color: #B5946C;
}
.BgClassName
{
background-color: #B5946C;
}
</style>
border-color css
<style>
span { border-color: #B5946C; }
span { border-color: rgb(181,148,108); }
td.TdClassName
{
border-color: #B5946C;
}
.TagClassName
{
border-color: #B5946C;
}
</style>