#bb8e71

Color #BB8E71 Pale Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Taupe #BB8E71

Tints of Pale Taupe #BB8E71

Color information

#BB8E71 (or 0xBB8E71) is unknown color: approx Pale Taupe. HEX triplet: BB, 8E and 71. RGB value is (187,142,113). Sum of RGB (Red+Green+Blue) = 187+142+113=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 113 (44.53% from 255 or 25.57% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8E71 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8E71 is #44718E. Grayscale: #989898. Windows color (decimal): -4485519 or 7442107. OLE color: 7442107.

HSL color Cylindrical-coordinate representation of color #BB8E71: hue angle of 23.51º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB8E71 is Cyan = 0, Magento = 0.24, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB187142113-
CMYK00.240.400.27
HSL23.51º35.24%58.82%-
HSV(B)23.51º39.57%73.33%-
XYZ33.1531.119.88-
YUV152.15105.91152.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 42.31%
GREEN value IS 142 (55.86% from 255) = 32.13%
BLUE value IS 113 (44.53% from 255) = 25.57%
R=42.31%
G=32.13%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714211300.240.400.2723.5135.2458.82
HexBB8E71018281B18233b
Octal2732161610305033304373
Binary101110111000111011100010110001010001101111000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb8e71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb8e71; }

 p { color: rgb(187,142,113); }

 H1.HeaderClassName
 {
   color: #bb8e71;
 }
 .AnyTagClassName
 {
   color: #bb8e71;
 }
</style>
background-color css

<style>
 a { background-color: #bb8e71; }

 a { background-color: rgb(187,142,113); }

 div.DivClassName
 {
   background-color: #bb8e71;
 }
 .BgClassName
 {
   background-color: #bb8e71;
 }
</style>
border-color css

<style>
 span { border-color: #bb8e71; }

 span { border-color: rgb(187,142,113); }

 td.TdClassName
 {
   border-color: #bb8e71;
 }
 .TagClassName
 {
   border-color: #bb8e71;
 }
</style>