#BB8D75

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

Shades of Pale Taupe #BB8D75

Tints of Pale Taupe #BB8D75

Color information

#BB8D75 (or 0xBB8D75) is unknown color: approx Pale Taupe. HEX triplet: BB, 8D and 75. RGB value is (187,141,117). Sum of RGB (Red+Green+Blue) = 187+141+117=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 187 - color contains mainly: red. Hex color #BB8D75 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB8D75 is #44728A. Grayscale: #989898. Windows color (decimal): -4485771 or 7703995. OLE color: 7703995.

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

Color convert

RGB187141117-
CMYK00.250.370.27
HSL20.57º33.98%59.61%-
HSV(B)20.57º37.43%73.33%-
XYZ33.2330.921.04-
YUV152.02108.24152.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.02%
GREEN value IS 141 (55.47% from 255) = 31.69%
BLUE value IS 117 (46.09% from 255) = 26.29%
R=42.02%
G=31.69%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714111700.250.370.2720.5733.9859.61
HexBB8D75019251B15223c
Octal2732151650314533254274
Binary101110111000110111101010110011001011101110101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8D75; }

 p { color: rgb(187,141,117); }

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

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

 a { background-color: rgb(187,141,117); }

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

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

 span { border-color: rgb(187,141,117); }

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