Shades of Fallow #BD9973
Tints of Fallow #BD9973
RGB
CMYK
RGB Variations
Color information
#BD9973 (or 0xBD9973) is known color: Fallow. HEX triplet: BD, 99 and 73. RGB value is (189,153,115). Sum of RGB (Red+Green+Blue) = 189+153+115=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 153 (60.16% from 255 or 33.48% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9973 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9973 is #42668C. Grayscale: #9F9F9F. Windows color (decimal): -4351629 or 7575997. OLE color: 7575997.
HSL color Cylindrical-coordinate representation of color #BD9973: hue angle of 30.81º 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 #BD9973 is Cyan = 0, Magento = 0.19, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 153 | 115 | - |
| CMYK | 0 | 0.19 | 0.39 | 0.26 |
| HSL | 30.81º | 0.36% | 0.6% | - |
| HSV(B) | 30.81º | 0.39% | 0.74% | - |
| XYZ | 35.47 | 34.84 | 21.07 | - |
| YUV | 159.43 | 102.93 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 153 | 115 | 0 | 0.19 | 0.39 | 0.26 | 30.81 | 0.36 | 0.6 |
| Hex | BD | 99 | 73 | 0 | 13 | 27 | 1A | 1F | 24 | 3C |
| Octal | 275 | 231 | 163 | 0 | 23 | 47 | 32 | 37 | 44 | 74 |
| Binary | 10111101 | 10011001 | 1110011 | 0 | 10011 | 100111 | 11010 | 11111 | 100100 | 111100 |
Color Harmonies of #BD9973
Complementary color
Monochromatic Colors of #BD9973
Black with #BD9973
Text Example
Text Example
White with #BD9973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9973; }
p { color: rgb(189,153,115); }
H1.HeaderClassName
{
color: #BD9973;
}
.AnyTagClassName
{
color: #BD9973;
}
</style>
background-color css
<style>
a { background-color: #BD9973; }
a { background-color: rgb(189,153,115); }
div.DivClassName
{
background-color: #BD9973;
}
.BgClassName
{
background-color: #BD9973;
}
</style>
border-color css
<style>
span { border-color: #BD9973; }
span { border-color: rgb(189,153,115); }
td.TdClassName
{
border-color: #BD9973;
}
.TagClassName
{
border-color: #BD9973;
}
</style>