#BB907E

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

Shades of Pale Taupe #BB907E

Tints of Pale Taupe #BB907E

Color information

#BB907E (or 0xBB907E) is unknown color: approx Pale Taupe. HEX triplet: BB, 90 and 7E. RGB value is (187,144,126). Sum of RGB (Red+Green+Blue) = 187+144+126=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 126 (49.61% from 255 or 27.57% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB907E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB907E is #446F81. Grayscale: #9A9A9A. Windows color (decimal): -4484994 or 8294587. OLE color: 8294587.

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

Color convert

RGB187144126-
CMYK00.230.330.27
HSL17.7º30.96%61.37%-
HSV(B)17.7º32.62%73.33%-
XYZ34.2332.0224.11-
YUV154.8111.75150.96-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.92%
GREEN value IS 144 (56.64% from 255) = 31.51%
BLUE value IS 126 (49.61% from 255) = 27.57%
R=40.92%
G=31.51%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714412600.230.330.2717.730.9661.37
HexBB907E017211B121f3d
Octal2732201760274133223775
Binary10111011100100001111110010111100001110111001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB907E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB907E; }

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

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

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

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

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

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

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

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