Shades of Fallow #BD9667
Tints of Fallow #BD9667
RGB
CMYK
RGB Variations
Color information
#BD9667 (or 0xBD9667) is known color: Fallow. HEX triplet: BD, 96 and 67. RGB value is (189,150,103). Sum of RGB (Red+Green+Blue) = 189+150+103=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 150 (58.98% from 255 or 33.94% from 442); Blue value is 103 (40.62% from 255 or 23.30% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9667 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9667 is #426998. Grayscale: #9C9C9C. Windows color (decimal): -4352409 or 6788797. OLE color: 6788797.
HSL color Cylindrical-coordinate representation of color #BD9667: hue angle of 32.79º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BD9667 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 150 | 103 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.26 |
| HSL | 32.79º | 0.39% | 0.57% | - |
| HSV(B) | 32.79º | 0.46% | 0.74% | - |
| XYZ | 34.34 | 33.61 | 17.51 | - |
| YUV | 156.3 | 97.92 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 150 | 103 | 0 | 0.21 | 0.46 | 0.26 | 32.79 | 0.39 | 0.57 |
| Hex | BD | 96 | 67 | 0 | 15 | 2E | 1A | 21 | 27 | 39 |
| Octal | 275 | 226 | 147 | 0 | 25 | 56 | 32 | 41 | 47 | 71 |
| Binary | 10111101 | 10010110 | 1100111 | 0 | 10101 | 101110 | 11010 | 100001 | 100111 | 111001 |
Color Harmonies of #BD9667
Complementary color
Monochromatic Colors of #BD9667
Black with #BD9667
Text Example
Text Example
White with #BD9667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9667; }
p { color: rgb(189,150,103); }
H1.HeaderClassName
{
color: #BD9667;
}
.AnyTagClassName
{
color: #BD9667;
}
</style>
background-color css
<style>
a { background-color: #BD9667; }
a { background-color: rgb(189,150,103); }
div.DivClassName
{
background-color: #BD9667;
}
.BgClassName
{
background-color: #BD9667;
}
</style>
border-color css
<style>
span { border-color: #BD9667; }
span { border-color: rgb(189,150,103); }
td.TdClassName
{
border-color: #BD9667;
}
.TagClassName
{
border-color: #BD9667;
}
</style>