Shades of Fallow #BD9B63
Tints of Fallow #BD9B63
RGB
CMYK
RGB Variations
Color information
#BD9B63 (or 0xBD9B63) is known color: Fallow. HEX triplet: BD, 9B and 63. RGB value is (189,155,99). Sum of RGB (Red+Green+Blue) = 189+155+99=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 99 (39.06% from 255 or 22.35% from 443); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9B63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9B63 is #42649C. Grayscale: #9F9F9F. Windows color (decimal): -4351133 or 6527933. OLE color: 6527933.
HSL color Cylindrical-coordinate representation of color #BD9B63: hue angle of 37.33º 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 #BD9B63 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 155 | 99 | - |
| CMYK | 0 | 0.18 | 0.48 | 0.26 |
| HSL | 37.33º | 0.41% | 0.56% | - |
| HSV(B) | 37.33º | 0.48% | 0.74% | - |
| XYZ | 34.96 | 35.16 | 16.75 | - |
| YUV | 158.78 | 94.26 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 155 | 99 | 0 | 0.18 | 0.48 | 0.26 | 37.33 | 0.41 | 0.56 |
| Hex | BD | 9B | 63 | 0 | 12 | 30 | 1A | 25 | 29 | 38 |
| Octal | 275 | 233 | 143 | 0 | 22 | 60 | 32 | 45 | 51 | 70 |
| Binary | 10111101 | 10011011 | 1100011 | 0 | 10010 | 110000 | 11010 | 100101 | 101001 | 111000 |
Color Harmonies of #BD9B63
Complementary color
Monochromatic Colors of #BD9B63
Black with #BD9B63
Text Example
Text Example
White with #BD9B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9B63; }
p { color: rgb(189,155,99); }
H1.HeaderClassName
{
color: #BD9B63;
}
.AnyTagClassName
{
color: #BD9B63;
}
</style>
background-color css
<style>
a { background-color: #BD9B63; }
a { background-color: rgb(189,155,99); }
div.DivClassName
{
background-color: #BD9B63;
}
.BgClassName
{
background-color: #BD9B63;
}
</style>
border-color css
<style>
span { border-color: #BD9B63; }
span { border-color: rgb(189,155,99); }
td.TdClassName
{
border-color: #BD9B63;
}
.TagClassName
{
border-color: #BD9B63;
}
</style>