Shades of Fallow #BD9B67
Tints of Fallow #BD9B67
RGB
CMYK
RGB Variations
Color information
#BD9B67 (or 0xBD9B67) is known color: Fallow. HEX triplet: BD, 9B and 67. RGB value is (189,155,103). Sum of RGB (Red+Green+Blue) = 189+155+103=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 155 (60.94% from 255 or 34.68% from 447); Blue value is 103 (40.62% from 255 or 23.04% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9B67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9B67 is #426498. Grayscale: #9F9F9F. Windows color (decimal): -4351129 or 6790077. OLE color: 6790077.
HSL color Cylindrical-coordinate representation of color #BD9B67: hue angle of 36.28º 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 #BD9B67 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 155 | 103 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.26 |
| HSL | 36.28º | 0.39% | 0.57% | - |
| HSV(B) | 36.28º | 0.46% | 0.74% | - |
| XYZ | 35.16 | 35.24 | 17.78 | - |
| YUV | 159.24 | 96.26 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 155 | 103 | 0 | 0.18 | 0.46 | 0.26 | 36.28 | 0.39 | 0.57 |
| Hex | BD | 9B | 67 | 0 | 12 | 2E | 1A | 24 | 27 | 39 |
| Octal | 275 | 233 | 147 | 0 | 22 | 56 | 32 | 44 | 47 | 71 |
| Binary | 10111101 | 10011011 | 1100111 | 0 | 10010 | 101110 | 11010 | 100100 | 100111 | 111001 |
Color Harmonies of #BD9B67
Complementary color
Monochromatic Colors of #BD9B67
Black with #BD9B67
Text Example
Text Example
White with #BD9B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9B67; }
p { color: rgb(189,155,103); }
H1.HeaderClassName
{
color: #BD9B67;
}
.AnyTagClassName
{
color: #BD9B67;
}
</style>
background-color css
<style>
a { background-color: #BD9B67; }
a { background-color: rgb(189,155,103); }
div.DivClassName
{
background-color: #BD9B67;
}
.BgClassName
{
background-color: #BD9B67;
}
</style>
border-color css
<style>
span { border-color: #BD9B67; }
span { border-color: rgb(189,155,103); }
td.TdClassName
{
border-color: #BD9B67;
}
.TagClassName
{
border-color: #BD9B67;
}
</style>