#BB8F76

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

Shades of Pale Taupe #BB8F76

Tints of Pale Taupe #BB8F76

Color information

#BB8F76 (or 0xBB8F76) is unknown color: approx Pale Taupe. HEX triplet: BB, 8F and 76. RGB value is (187,143,118). Sum of RGB (Red+Green+Blue) = 187+143+118=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8F76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8F76 is #447089. Grayscale: #999999. Windows color (decimal): -4485258 or 7770043. OLE color: 7770043.

HSL color Cylindrical-coordinate representation of color #BB8F76: hue angle of 21.74º 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 #BB8F76 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB187143118-
CMYK00.240.370.27
HSL21.74º33.66%59.8%-
HSV(B)21.74º36.9%73.33%-
XYZ33.5931.5221.45-
YUV153.31108.08152.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.74%
GREEN value IS 143 (56.25% from 255) = 31.92%
BLUE value IS 118 (46.48% from 255) = 26.34%
R=41.74%
G=31.92%
B=26.34%

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
Decimal18714311800.240.370.2721.7433.6659.8
HexBB8F76018251B16223c
Octal2732171660304533264274
Binary101110111000111111101100110001001011101110110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8F76; }

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

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

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

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

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

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

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

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