Shades of Fallow #BB8F67
Tints of Fallow #BB8F67
RGB
CMYK
RGB Variations
Color information
#BB8F67 (or 0xBB8F67) is known color: Fallow. HEX triplet: BB, 8F and 67. RGB value is (187,143,103). Sum of RGB (Red+Green+Blue) = 187+143+103=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 143 (56.25% from 255 or 33.03% from 433); Blue value is 103 (40.62% from 255 or 23.79% from 433); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8F67 is #447098. Grayscale: #979797. Windows color (decimal): -4485273 or 6787003. OLE color: 6787003.
HSL color Cylindrical-coordinate representation of color #BB8F67: hue angle of 28.57º 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 #BB8F67 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 143 | 103 | - |
| CMYK | 0 | 0.24 | 0.45 | 0.27 |
| HSL | 28.57º | 0.38% | 0.57% | - |
| HSV(B) | 28.57º | 0.45% | 0.73% | - |
| XYZ | 32.76 | 31.19 | 17.13 | - |
| YUV | 151.6 | 100.58 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 143 | 103 | 0 | 0.24 | 0.45 | 0.27 | 28.57 | 0.38 | 0.57 |
| Hex | BB | 8F | 67 | 0 | 18 | 2D | 1B | 1D | 26 | 39 |
| Octal | 273 | 217 | 147 | 0 | 30 | 55 | 33 | 35 | 46 | 71 |
| Binary | 10111011 | 10001111 | 1100111 | 0 | 11000 | 101101 | 11011 | 11101 | 100110 | 111001 |
Color Harmonies of #BB8F67
Complementary color
Monochromatic Colors of #BB8F67
Black with #BB8F67
Text Example
Text Example
White with #BB8F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8F67; }
p { color: rgb(187,143,103); }
H1.HeaderClassName
{
color: #BB8F67;
}
.AnyTagClassName
{
color: #BB8F67;
}
</style>
background-color css
<style>
a { background-color: #BB8F67; }
a { background-color: rgb(187,143,103); }
div.DivClassName
{
background-color: #BB8F67;
}
.BgClassName
{
background-color: #BB8F67;
}
</style>
border-color css
<style>
span { border-color: #BB8F67; }
span { border-color: rgb(187,143,103); }
td.TdClassName
{
border-color: #BB8F67;
}
.TagClassName
{
border-color: #BB8F67;
}
</style>