Shades of Fallow #BD9E62
Tints of Fallow #BD9E62
RGB
CMYK
RGB Variations
Color information
#BD9E62 (or 0xBD9E62) is known color: Fallow. HEX triplet: BD, 9E and 62. RGB value is (189,158,98). Sum of RGB (Red+Green+Blue) = 189+158+98=445 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.47% from 445); Green value is 158 (62.11% from 255 or 35.51% from 445); Blue value is 98 (38.67% from 255 or 22.02% from 445); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9E62 is #42619D. Grayscale: #A0A0A0. Windows color (decimal): -4350366 or 6463165. OLE color: 6463165.
HSL color Cylindrical-coordinate representation of color #BD9E62: hue angle of 39.56º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD9E62 is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 158 | 98 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.26 |
| HSL | 39.56º | 0.41% | 0.56% | - |
| HSV(B) | 39.56º | 0.48% | 0.74% | - |
| XYZ | 35.42 | 36.15 | 16.67 | - |
| YUV | 160.43 | 92.77 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 158 | 98 | 0 | 0.16 | 0.48 | 0.26 | 39.56 | 0.41 | 0.56 |
| Hex | BD | 9E | 62 | 0 | 10 | 30 | 1A | 28 | 29 | 38 |
| Octal | 275 | 236 | 142 | 0 | 20 | 60 | 32 | 50 | 51 | 70 |
| Binary | 10111101 | 10011110 | 1100010 | 0 | 10000 | 110000 | 11010 | 101000 | 101001 | 111000 |
Color Harmonies of #BD9E62
Complementary color
Monochromatic Colors of #BD9E62
Black with #BD9E62
Text Example
Text Example
White with #BD9E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9E62; }
p { color: rgb(189,158,98); }
H1.HeaderClassName
{
color: #BD9E62;
}
.AnyTagClassName
{
color: #BD9E62;
}
</style>
background-color css
<style>
a { background-color: #BD9E62; }
a { background-color: rgb(189,158,98); }
div.DivClassName
{
background-color: #BD9E62;
}
.BgClassName
{
background-color: #BD9E62;
}
</style>
border-color css
<style>
span { border-color: #BD9E62; }
span { border-color: rgb(189,158,98); }
td.TdClassName
{
border-color: #BD9E62;
}
.TagClassName
{
border-color: #BD9E62;
}
</style>