Shades of Fallow #BB9B67
Tints of Fallow #BB9B67
RGB
CMYK
RGB Variations
Color information
#BB9B67 (or 0xBB9B67) is known color: Fallow. HEX triplet: BB, 9B and 67. RGB value is (187,155,103). Sum of RGB (Red+Green+Blue) = 187+155+103=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 103 (40.62% from 255 or 23.15% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9B67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9B67 is #446498. Grayscale: #9E9E9E. Windows color (decimal): -4482201 or 6790075. OLE color: 6790075.
HSL color Cylindrical-coordinate representation of color #BB9B67: hue angle of 37.14º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BB9B67 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 155 | 103 | - |
| CMYK | 0 | 0.17 | 0.45 | 0.27 |
| HSL | 37.14º | 0.38% | 0.57% | - |
| HSV(B) | 37.14º | 0.45% | 0.73% | - |
| XYZ | 34.66 | 34.99 | 17.76 | - |
| YUV | 158.64 | 96.6 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 155 | 103 | 0 | 0.17 | 0.45 | 0.27 | 37.14 | 0.38 | 0.57 |
| Hex | BB | 9B | 67 | 0 | 11 | 2D | 1B | 25 | 26 | 39 |
| Octal | 273 | 233 | 147 | 0 | 21 | 55 | 33 | 45 | 46 | 71 |
| Binary | 10111011 | 10011011 | 1100111 | 0 | 10001 | 101101 | 11011 | 100101 | 100110 | 111001 |
Color Harmonies of #BB9B67
Complementary color
Monochromatic Colors of #BB9B67
Black with #BB9B67
Text Example
Text Example
White with #BB9B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9B67; }
p { color: rgb(187,155,103); }
H1.HeaderClassName
{
color: #BB9B67;
}
.AnyTagClassName
{
color: #BB9B67;
}
</style>
background-color css
<style>
a { background-color: #BB9B67; }
a { background-color: rgb(187,155,103); }
div.DivClassName
{
background-color: #BB9B67;
}
.BgClassName
{
background-color: #BB9B67;
}
</style>
border-color css
<style>
span { border-color: #BB9B67; }
span { border-color: rgb(187,155,103); }
td.TdClassName
{
border-color: #BB9B67;
}
.TagClassName
{
border-color: #BB9B67;
}
</style>