Shades of Pale Taupe #BB8C6E
Tints of Pale Taupe #BB8C6E
RGB
CMYK
RGB Variations
Color information
#BB8C6E (or 0xBB8C6E) is known color: Pale Taupe. HEX triplet: BB, 8C and 6E. RGB value is (187,140,110). Sum of RGB (Red+Green+Blue) = 187+140+110=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 110 (43.36% from 255 or 25.17% from 437); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8C6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8C6E is #447391. Grayscale: #969696. Windows color (decimal): -4486034 or 7244987. OLE color: 7244987.
HSL color Cylindrical-coordinate representation of color #BB8C6E: hue angle of 23.38º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BB8C6E is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 140 | 110 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.27 |
| HSL | 23.38º | 0.36% | 0.58% | - |
| HSV(B) | 23.38º | 0.41% | 0.73% | - |
| XYZ | 32.69 | 30.45 | 18.91 | - |
| YUV | 150.63 | 105.07 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 140 | 110 | 0 | 0.25 | 0.41 | 0.27 | 23.38 | 0.36 | 0.58 |
| Hex | BB | 8C | 6E | 0 | 19 | 29 | 1B | 17 | 24 | 3A |
| Octal | 273 | 214 | 156 | 0 | 31 | 51 | 33 | 27 | 44 | 72 |
| Binary | 10111011 | 10001100 | 1101110 | 0 | 11001 | 101001 | 11011 | 10111 | 100100 | 111010 |
Color Harmonies of #BB8C6E
Complementary color
Monochromatic Colors of #BB8C6E
Black with #BB8C6E
Text Example
Text Example
White with #BB8C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB8C6E; }
p { color: rgb(187,140,110); }
H1.HeaderClassName
{
color: #BB8C6E;
}
.AnyTagClassName
{
color: #BB8C6E;
}
</style>
background-color css
<style>
a { background-color: #BB8C6E; }
a { background-color: rgb(187,140,110); }
div.DivClassName
{
background-color: #BB8C6E;
}
.BgClassName
{
background-color: #BB8C6E;
}
</style>
border-color css
<style>
span { border-color: #BB8C6E; }
span { border-color: rgb(187,140,110); }
td.TdClassName
{
border-color: #BB8C6E;
}
.TagClassName
{
border-color: #BB8C6E;
}
</style>