Shades of Fallow #BD966C
Tints of Fallow #BD966C
RGB
CMYK
RGB Variations
Color information
#BD966C (or 0xBD966C) is known color: Fallow. HEX triplet: BD, 96 and 6C. RGB value is (189,150,108). Sum of RGB (Red+Green+Blue) = 189+150+108=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 108 (42.58% from 255 or 24.16% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BD966C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD966C is #426993. Grayscale: #9D9D9D. Windows color (decimal): -4352404 or 7116477. OLE color: 7116477.
HSL color Cylindrical-coordinate representation of color #BD966C: hue angle of 31.11º 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 #BD966C is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 150 | 108 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.26 |
| HSL | 31.11º | 0.38% | 0.58% | - |
| HSV(B) | 31.11º | 0.43% | 0.74% | - |
| XYZ | 34.6 | 33.71 | 18.87 | - |
| YUV | 156.87 | 100.42 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 150 | 108 | 0 | 0.21 | 0.43 | 0.26 | 31.11 | 0.38 | 0.58 |
| Hex | BD | 96 | 6C | 0 | 15 | 2B | 1A | 1F | 26 | 3A |
| Octal | 275 | 226 | 154 | 0 | 25 | 53 | 32 | 37 | 46 | 72 |
| Binary | 10111101 | 10010110 | 1101100 | 0 | 10101 | 101011 | 11010 | 11111 | 100110 | 111010 |
Color Harmonies of #BD966C
Complementary color
Monochromatic Colors of #BD966C
Black with #BD966C
Text Example
Text Example
White with #BD966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD966C; }
p { color: rgb(189,150,108); }
H1.HeaderClassName
{
color: #BD966C;
}
.AnyTagClassName
{
color: #BD966C;
}
</style>
background-color css
<style>
a { background-color: #BD966C; }
a { background-color: rgb(189,150,108); }
div.DivClassName
{
background-color: #BD966C;
}
.BgClassName
{
background-color: #BD966C;
}
</style>
border-color css
<style>
span { border-color: #BD966C; }
span { border-color: rgb(189,150,108); }
td.TdClassName
{
border-color: #BD966C;
}
.TagClassName
{
border-color: #BD966C;
}
</style>