Shades of Fallow #BD9E74
Tints of Fallow #BD9E74
RGB
CMYK
RGB Variations
Color information
#BD9E74 (or 0xBD9E74) is known color: Fallow. HEX triplet: BD, 9E and 74. RGB value is (189,158,116). Sum of RGB (Red+Green+Blue) = 189+158+116=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 116 (45.70% from 255 or 25.05% from 463); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9E74 is #42618B. Grayscale: #A2A2A2. Windows color (decimal): -4350348 or 7642813. OLE color: 7642813.
HSL color Cylindrical-coordinate representation of color #BD9E74: hue angle of 34.52º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD9E74 is Cyan = 0, Magento = 0.16, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 158 | 116 | - |
| CMYK | 0 | 0.16 | 0.39 | 0.26 |
| HSL | 34.52º | 0.36% | 0.6% | - |
| HSV(B) | 34.52º | 0.39% | 0.74% | - |
| XYZ | 36.37 | 36.53 | 21.66 | - |
| YUV | 162.48 | 101.77 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 158 | 116 | 0 | 0.16 | 0.39 | 0.26 | 34.52 | 0.36 | 0.6 |
| Hex | BD | 9E | 74 | 0 | 10 | 27 | 1A | 23 | 24 | 3C |
| Octal | 275 | 236 | 164 | 0 | 20 | 47 | 32 | 43 | 44 | 74 |
| Binary | 10111101 | 10011110 | 1110100 | 0 | 10000 | 100111 | 11010 | 100011 | 100100 | 111100 |
Color Harmonies of #BD9E74
Complementary color
Monochromatic Colors of #BD9E74
Black with #BD9E74
Text Example
Text Example
White with #BD9E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9E74; }
p { color: rgb(189,158,116); }
H1.HeaderClassName
{
color: #BD9E74;
}
.AnyTagClassName
{
color: #BD9E74;
}
</style>
background-color css
<style>
a { background-color: #BD9E74; }
a { background-color: rgb(189,158,116); }
div.DivClassName
{
background-color: #BD9E74;
}
.BgClassName
{
background-color: #BD9E74;
}
</style>
border-color css
<style>
span { border-color: #BD9E74; }
span { border-color: rgb(189,158,116); }
td.TdClassName
{
border-color: #BD9E74;
}
.TagClassName
{
border-color: #BD9E74;
}
</style>