Shades of Fallow #B5926B
Tints of Fallow #B5926B
RGB
CMYK
RGB Variations
Color information
#B5926B (or 0xB5926B) is known color: Fallow. HEX triplet: B5, 92 and 6B. RGB value is (181,146,107). Sum of RGB (Red+Green+Blue) = 181+146+107=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 107 (42.19% from 255 or 24.65% from 434); Max value from RGB is 181 - color contains mainly: red. Hex color #B5926B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5926B is #4A6D94. Grayscale: #989898. Windows color (decimal): -4877717 or 7049909. OLE color: 7049909.
HSL color Cylindrical-coordinate representation of color #B5926B: hue angle of 31.62º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B5926B is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 146 | 107 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.29 |
| HSL | 31.62º | 0.33% | 0.56% | - |
| HSV(B) | 31.62º | 0.41% | 0.71% | - |
| XYZ | 31.99 | 31.44 | 18.29 | - |
| YUV | 152.02 | 102.6 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 146 | 107 | 0 | 0.19 | 0.41 | 0.29 | 31.62 | 0.33 | 0.56 |
| Hex | B5 | 92 | 6B | 0 | 13 | 29 | 1D | 20 | 21 | 38 |
| Octal | 265 | 222 | 153 | 0 | 23 | 51 | 35 | 40 | 41 | 70 |
| Binary | 10110101 | 10010010 | 1101011 | 0 | 10011 | 101001 | 11101 | 100000 | 100001 | 111000 |
Color Harmonies of #B5926B
Complementary color
Monochromatic Colors of #B5926B
Black with #B5926B
Text Example
Text Example
White with #B5926B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5926B; }
p { color: rgb(181,146,107); }
H1.HeaderClassName
{
color: #B5926B;
}
.AnyTagClassName
{
color: #B5926B;
}
</style>
background-color css
<style>
a { background-color: #B5926B; }
a { background-color: rgb(181,146,107); }
div.DivClassName
{
background-color: #B5926B;
}
.BgClassName
{
background-color: #B5926B;
}
</style>
border-color css
<style>
span { border-color: #B5926B; }
span { border-color: rgb(181,146,107); }
td.TdClassName
{
border-color: #B5926B;
}
.TagClassName
{
border-color: #B5926B;
}
</style>