Shades of Fallow #BD9B64
Tints of Fallow #BD9B64
RGB
CMYK
RGB Variations
Color information
#BD9B64 (or 0xBD9B64) is known color: Fallow. HEX triplet: BD, 9B and 64. RGB value is (189,155,100). Sum of RGB (Red+Green+Blue) = 189+155+100=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 155 (60.94% from 255 or 34.91% from 444); Blue value is 100 (39.45% from 255 or 22.52% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9B64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9B64 is #42649B. Grayscale: #9F9F9F. Windows color (decimal): -4351132 or 6593469. OLE color: 6593469.
HSL color Cylindrical-coordinate representation of color #BD9B64: hue angle of 37.08º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD9B64 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 155 | 100 | - |
| CMYK | 0 | 0.18 | 0.47 | 0.26 |
| HSL | 37.08º | 0.4% | 0.57% | - |
| HSV(B) | 37.08º | 0.47% | 0.74% | - |
| XYZ | 35.01 | 35.18 | 17 | - |
| YUV | 158.9 | 94.76 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 155 | 100 | 0 | 0.18 | 0.47 | 0.26 | 37.08 | 0.4 | 0.57 |
| Hex | BD | 9B | 64 | 0 | 12 | 2F | 1A | 25 | 28 | 39 |
| Octal | 275 | 233 | 144 | 0 | 22 | 57 | 32 | 45 | 50 | 71 |
| Binary | 10111101 | 10011011 | 1100100 | 0 | 10010 | 101111 | 11010 | 100101 | 101000 | 111001 |
Color Harmonies of #BD9B64
Complementary color
Monochromatic Colors of #BD9B64
Black with #BD9B64
Text Example
Text Example
White with #BD9B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9B64; }
p { color: rgb(189,155,100); }
H1.HeaderClassName
{
color: #BD9B64;
}
.AnyTagClassName
{
color: #BD9B64;
}
</style>
background-color css
<style>
a { background-color: #BD9B64; }
a { background-color: rgb(189,155,100); }
div.DivClassName
{
background-color: #BD9B64;
}
.BgClassName
{
background-color: #BD9B64;
}
</style>
border-color css
<style>
span { border-color: #BD9B64; }
span { border-color: rgb(189,155,100); }
td.TdClassName
{
border-color: #BD9B64;
}
.TagClassName
{
border-color: #BD9B64;
}
</style>