Shades of Fallow #BB956D
Tints of Fallow #BB956D
RGB
CMYK
RGB Variations
Color information
#BB956D (or 0xBB956D) is known color: Fallow. HEX triplet: BB, 95 and 6D. RGB value is (187,149,109). Sum of RGB (Red+Green+Blue) = 187+149+109=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 149 (58.59% from 255 or 33.48% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BB956D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB956D is #446A92. Grayscale: #9C9C9C. Windows color (decimal): -4483731 or 7181755. OLE color: 7181755.
HSL color Cylindrical-coordinate representation of color #BB956D: hue angle of 30.77º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB956D is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 149 | 109 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.27 |
| HSL | 30.77º | 0.36% | 0.58% | - |
| HSV(B) | 30.77º | 0.42% | 0.73% | - |
| XYZ | 34 | 33.16 | 19.08 | - |
| YUV | 155.8 | 101.59 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 149 | 109 | 0 | 0.20 | 0.42 | 0.27 | 30.77 | 0.36 | 0.58 |
| Hex | BB | 95 | 6D | 0 | 14 | 2A | 1B | 1F | 24 | 3A |
| Octal | 273 | 225 | 155 | 0 | 24 | 52 | 33 | 37 | 44 | 72 |
| Binary | 10111011 | 10010101 | 1101101 | 0 | 10100 | 101010 | 11011 | 11111 | 100100 | 111010 |
Color Harmonies of #BB956D
Complementary color
Monochromatic Colors of #BB956D
Black with #BB956D
Text Example
Text Example
White with #BB956D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB956D; }
p { color: rgb(187,149,109); }
H1.HeaderClassName
{
color: #BB956D;
}
.AnyTagClassName
{
color: #BB956D;
}
</style>
background-color css
<style>
a { background-color: #BB956D; }
a { background-color: rgb(187,149,109); }
div.DivClassName
{
background-color: #BB956D;
}
.BgClassName
{
background-color: #BB956D;
}
</style>
border-color css
<style>
span { border-color: #BB956D; }
span { border-color: rgb(187,149,109); }
td.TdClassName
{
border-color: #BB956D;
}
.TagClassName
{
border-color: #BB956D;
}
</style>