Shades of Fallow #BB8B68
Tints of Fallow #BB8B68
RGB
CMYK
RGB Variations
Color information
#BB8B68 (or 0xBB8B68) is known color: Fallow. HEX triplet: BB, 8B and 68. RGB value is (187,139,104). Sum of RGB (Red+Green+Blue) = 187+139+104=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 104 (41.02% from 255 or 24.19% from 430); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8B68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8B68 is #447497. Grayscale: #959595. Windows color (decimal): -4486296 or 6851515. OLE color: 6851515.
HSL color Cylindrical-coordinate representation of color #BB8B68: hue angle of 25.3º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB8B68 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 139 | 104 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.27 |
| HSL | 25.3º | 0.38% | 0.57% | - |
| HSV(B) | 25.3º | 0.44% | 0.73% | - |
| XYZ | 32.22 | 30.03 | 17.19 | - |
| YUV | 149.36 | 102.4 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 139 | 104 | 0 | 0.26 | 0.44 | 0.27 | 25.3 | 0.38 | 0.57 |
| Hex | BB | 8B | 68 | 0 | 1A | 2C | 1B | 19 | 26 | 39 |
| Octal | 273 | 213 | 150 | 0 | 32 | 54 | 33 | 31 | 46 | 71 |
| Binary | 10111011 | 10001011 | 1101000 | 0 | 11010 | 101100 | 11011 | 11001 | 100110 | 111001 |
Color Harmonies of #BB8B68
Complementary color
Monochromatic Colors of #BB8B68
Black with #BB8B68
Text Example
Text Example
White with #BB8B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8B68; }
p { color: rgb(187,139,104); }
H1.HeaderClassName
{
color: #BB8B68;
}
.AnyTagClassName
{
color: #BB8B68;
}
</style>
background-color css
<style>
a { background-color: #BB8B68; }
a { background-color: rgb(187,139,104); }
div.DivClassName
{
background-color: #BB8B68;
}
.BgClassName
{
background-color: #BB8B68;
}
</style>
border-color css
<style>
span { border-color: #BB8B68; }
span { border-color: rgb(187,139,104); }
td.TdClassName
{
border-color: #BB8B68;
}
.TagClassName
{
border-color: #BB8B68;
}
</style>