Shades of Fallow #BD936C
Tints of Fallow #BD936C
RGB
CMYK
RGB Variations
Color information
#BD936C (or 0xBD936C) is known color: Fallow. HEX triplet: BD, 93 and 6C. RGB value is (189,147,108). Sum of RGB (Red+Green+Blue) = 189+147+108=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 147 (57.81% from 255 or 33.11% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BD936C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD936C is #426C93. Grayscale: #9B9B9B. Windows color (decimal): -4353172 or 7115709. OLE color: 7115709.
HSL color Cylindrical-coordinate representation of color #BD936C: hue angle of 28.89º 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 #BD936C is Cyan = 0, Magento = 0.22, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 147 | 108 | - |
| CMYK | 0 | 0.22 | 0.43 | 0.26 |
| HSL | 28.89º | 0.38% | 0.58% | - |
| HSV(B) | 28.89º | 0.43% | 0.74% | - |
| XYZ | 34.13 | 32.77 | 18.71 | - |
| YUV | 155.11 | 101.41 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 147 | 108 | 0 | 0.22 | 0.43 | 0.26 | 28.89 | 0.38 | 0.58 |
| Hex | BD | 93 | 6C | 0 | 16 | 2B | 1A | 1D | 26 | 3A |
| Octal | 275 | 223 | 154 | 0 | 26 | 53 | 32 | 35 | 46 | 72 |
| Binary | 10111101 | 10010011 | 1101100 | 0 | 10110 | 101011 | 11010 | 11101 | 100110 | 111010 |
Color Harmonies of #BD936C
Complementary color
Monochromatic Colors of #BD936C
Black with #BD936C
Text Example
Text Example
White with #BD936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD936C; }
p { color: rgb(189,147,108); }
H1.HeaderClassName
{
color: #BD936C;
}
.AnyTagClassName
{
color: #BD936C;
}
</style>
background-color css
<style>
a { background-color: #BD936C; }
a { background-color: rgb(189,147,108); }
div.DivClassName
{
background-color: #BD936C;
}
.BgClassName
{
background-color: #BD936C;
}
</style>
border-color css
<style>
span { border-color: #BD936C; }
span { border-color: rgb(189,147,108); }
td.TdClassName
{
border-color: #BD936C;
}
.TagClassName
{
border-color: #BD936C;
}
</style>