Shades of Fallow #BD9B74
Tints of Fallow #BD9B74
RGB
CMYK
RGB Variations
Color information
#BD9B74 (or 0xBD9B74) is known color: Fallow. HEX triplet: BD, 9B and 74. RGB value is (189,155,116). Sum of RGB (Red+Green+Blue) = 189+155+116=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 155 (60.94% from 255 or 33.70% from 460); Blue value is 116 (45.70% from 255 or 25.22% from 460); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9B74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9B74 is #42648B. Grayscale: #A0A0A0. Windows color (decimal): -4351116 or 7642045. OLE color: 7642045.
HSL color Cylindrical-coordinate representation of color #BD9B74: hue angle of 32.05º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD9B74 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 155 | 116 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.26 |
| HSL | 32.05º | 0.36% | 0.6% | - |
| HSV(B) | 32.05º | 0.39% | 0.74% | - |
| XYZ | 35.86 | 35.52 | 21.49 | - |
| YUV | 160.72 | 102.76 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 155 | 116 | 0 | 0.18 | 0.39 | 0.26 | 32.05 | 0.36 | 0.6 |
| Hex | BD | 9B | 74 | 0 | 12 | 27 | 1A | 20 | 24 | 3C |
| Octal | 275 | 233 | 164 | 0 | 22 | 47 | 32 | 40 | 44 | 74 |
| Binary | 10111101 | 10011011 | 1110100 | 0 | 10010 | 100111 | 11010 | 100000 | 100100 | 111100 |
Color Harmonies of #BD9B74
Complementary color
Monochromatic Colors of #BD9B74
Black with #BD9B74
Text Example
Text Example
White with #BD9B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9B74; }
p { color: rgb(189,155,116); }
H1.HeaderClassName
{
color: #BD9B74;
}
.AnyTagClassName
{
color: #BD9B74;
}
</style>
background-color css
<style>
a { background-color: #BD9B74; }
a { background-color: rgb(189,155,116); }
div.DivClassName
{
background-color: #BD9B74;
}
.BgClassName
{
background-color: #BD9B74;
}
</style>
border-color css
<style>
span { border-color: #BD9B74; }
span { border-color: rgb(189,155,116); }
td.TdClassName
{
border-color: #BD9B74;
}
.TagClassName
{
border-color: #BD9B74;
}
</style>