Shades of Fallow #BD996C
Tints of Fallow #BD996C
RGB
CMYK
RGB Variations
Color information
#BD996C (or 0xBD996C) is known color: Fallow. HEX triplet: BD, 99 and 6C. RGB value is (189,153,108). Sum of RGB (Red+Green+Blue) = 189+153+108=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 108 (42.58% from 255 or 24% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BD996C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD996C is #426693. Grayscale: #9E9E9E. Windows color (decimal): -4351636 or 7117245. OLE color: 7117245.
HSL color Cylindrical-coordinate representation of color #BD996C: hue angle of 33.33º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD996C is Cyan = 0, Magento = 0.19, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 108 | - |
| CMYK | 0 | 0.19 | 0.43 | 0.26 |
| HSL | 33.33º | 0.38% | 0.58% | - |
| HSV(B) | 33.33º | 0.43% | 0.74% | - |
| XYZ | 35.08 | 34.68 | 19.03 | - |
| YUV | 158.63 | 99.43 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 108 | 0 | 0.19 | 0.43 | 0.26 | 33.33 | 0.38 | 0.58 |
| Hex | BD | 99 | 6C | 0 | 13 | 2B | 1A | 21 | 26 | 3A |
| Octal | 275 | 231 | 154 | 0 | 23 | 53 | 32 | 41 | 46 | 72 |
| Binary | 10111101 | 10011001 | 1101100 | 0 | 10011 | 101011 | 11010 | 100001 | 100110 | 111010 |
Color Harmonies of #BD996C
Complementary color
Monochromatic Colors of #BD996C
Black with #BD996C
Text Example
Text Example
White with #BD996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD996C; }
p { color: rgb(189,153,108); }
H1.HeaderClassName
{
color: #BD996C;
}
.AnyTagClassName
{
color: #BD996C;
}
</style>
background-color css
<style>
a { background-color: #BD996C; }
a { background-color: rgb(189,153,108); }
div.DivClassName
{
background-color: #BD996C;
}
.BgClassName
{
background-color: #BD996C;
}
</style>
border-color css
<style>
span { border-color: #BD996C; }
span { border-color: rgb(189,153,108); }
td.TdClassName
{
border-color: #BD996C;
}
.TagClassName
{
border-color: #BD996C;
}
</style>