#BB957F

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

Shades of Pale Taupe #BB957F

Tints of Pale Taupe #BB957F

Color information

#BB957F (or 0xBB957F) is unknown color: approx Pale Taupe. HEX triplet: BB, 95 and 7F. RGB value is (187,149,127). Sum of RGB (Red+Green+Blue) = 187+149+127=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 127 (50% from 255 or 27.43% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BB957F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB957F is #446A80. Grayscale: #9D9D9D. Windows color (decimal): -4483713 or 8361403. OLE color: 8361403.

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

Color convert

RGB187149127-
CMYK00.200.320.27
HSL22º30.61%61.57%-
HSV(B)22º32.09%73.33%-
XYZ35.0733.5924.71-
YUV157.85110.59148.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.39%
GREEN value IS 149 (58.59% from 255) = 32.18%
BLUE value IS 127 (50% from 255) = 27.43%
R=40.39%
G=32.18%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714912700.200.320.272230.6161.57
HexBB957F014201B161f3e
Octal2732251770244033263776
Binary10111011100101011111111010100100000110111011011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB957F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB957F; }

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

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

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

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

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

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

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

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