#BB957E

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

Shades of Pale Taupe #BB957E

Tints of Pale Taupe #BB957E

Color information

#BB957E (or 0xBB957E) is unknown color: approx Pale Taupe. HEX triplet: BB, 95 and 7E. RGB value is (187,149,126). Sum of RGB (Red+Green+Blue) = 187+149+126=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 149 (58.59% from 255 or 32.25% from 462); Blue value is 126 (49.61% from 255 or 27.27% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BB957E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB957E is #446A81. Grayscale: #9D9D9D. Windows color (decimal): -4483714 or 8295867. OLE color: 8295867.

HSL color Cylindrical-coordinate representation of color #BB957E: hue angle of 22.62º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BB957E is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB187149126-
CMYK00.200.330.27
HSL22.62º30.96%61.37%-
HSV(B)22.62º32.62%73.33%-
XYZ35.0133.5724.37-
YUV157.74110.09148.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.48%
GREEN value IS 149 (58.59% from 255) = 32.25%
BLUE value IS 126 (49.61% from 255) = 27.27%
R=40.48%
G=32.25%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714912600.200.330.2722.6230.9661.37
HexBB957E014211B171f3d
Octal2732251760244133273775
Binary10111011100101011111110010100100001110111011111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB957E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB957E; }

 p { color: rgb(187,149,126); }

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

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

 a { background-color: rgb(187,149,126); }

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

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

 span { border-color: rgb(187,149,126); }

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