#BB8E76

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

Shades of Pale Taupe #BB8E76

Tints of Pale Taupe #BB8E76

Color information

#BB8E76 (or 0xBB8E76) is unknown color: approx Pale Taupe. HEX triplet: BB, 8E and 76. RGB value is (187,142,118). Sum of RGB (Red+Green+Blue) = 187+142+118=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 118 (46.48% from 255 or 26.40% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8E76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8E76 is #447189. Grayscale: #989898. Windows color (decimal): -4485514 or 7769787. OLE color: 7769787.

HSL color Cylindrical-coordinate representation of color #BB8E76: hue angle of 20.87º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BB8E76 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB187142118-
CMYK00.240.370.27
HSL20.87º33.66%59.8%-
HSV(B)20.87º36.9%73.33%-
XYZ33.4431.2221.4-
YUV152.72108.41152.45-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.83%
GREEN value IS 142 (55.86% from 255) = 31.77%
BLUE value IS 118 (46.48% from 255) = 26.40%
R=41.83%
G=31.77%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714211800.240.370.2720.8733.6659.8
HexBB8E76018251B15223c
Octal2732161660304533254274
Binary101110111000111011101100110001001011101110101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8E76; }

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

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

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

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

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

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

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

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