Shades of Fallow #BD9D71
Tints of Fallow #BD9D71
RGB
CMYK
RGB Variations
Color information
#BD9D71 (or 0xBD9D71) is known color: Fallow. HEX triplet: BD, 9D and 71. RGB value is (189,157,113). Sum of RGB (Red+Green+Blue) = 189+157+113=459 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.18% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9D71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9D71 is #42628E. Grayscale: #A1A1A1. Windows color (decimal): -4350607 or 7445949. OLE color: 7445949.
HSL color Cylindrical-coordinate representation of color #BD9D71: hue angle of 34.74º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD9D71 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
RGB | 189 | 157 | 113 | - |
CMYK | 0 | 0.17 | 0.40 | 0.26 |
HSL | 34.74º | 0.37% | 0.59% | - |
HSV(B) | 34.74º | 0.4% | 0.74% | - |
XYZ | 36.02 | 36.13 | 20.7 | - |
YUV | 161.55 | 100.6 | 147.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 157 | 113 | 0 | 0.17 | 0.40 | 0.26 | 34.74 | 0.37 | 0.59 |
Hex | BD | 9D | 71 | 0 | 11 | 28 | 1A | 23 | 25 | 3B |
Octal | 275 | 235 | 161 | 0 | 21 | 50 | 32 | 43 | 45 | 73 |
Binary | 10111101 | 10011101 | 1110001 | 0 | 10001 | 101000 | 11010 | 100011 | 100101 | 111011 |
Color Harmonies of #BD9D71
Complementary color
Monochromatic Colors of #BD9D71
Black with #BD9D71
Text Example
Text Example
White with #BD9D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9D71; }
p { color: rgb(189,157,113); }
H1.HeaderClassName
{
color: #BD9D71;
}
.AnyTagClassName
{
color: #BD9D71;
}
</style>
background-color css
<style>
a { background-color: #BD9D71; }
a { background-color: rgb(189,157,113); }
div.DivClassName
{
background-color: #BD9D71;
}
.BgClassName
{
background-color: #BD9D71;
}
</style>
border-color css
<style>
span { border-color: #BD9D71; }
span { border-color: rgb(189,157,113); }
td.TdClassName
{
border-color: #BD9D71;
}
.TagClassName
{
border-color: #BD9D71;
}
</style>