#BB987A

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

Shades of Pale Taupe #BB987A

Tints of Pale Taupe #BB987A

Color information

#BB987A (or 0xBB987A) is unknown color: approx Pale Taupe. HEX triplet: BB, 98 and 7A. RGB value is (187,152,122). Sum of RGB (Red+Green+Blue) = 187+152+122=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 152 (59.77% from 255 or 32.97% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BB987A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB987A is #446785. Grayscale: #9F9F9F. Windows color (decimal): -4482950 or 8034491. OLE color: 8034491.

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

Color convert

RGB187152122-
CMYK00.190.350.27
HSL27.69º32.34%60.59%-
HSV(B)27.69º34.76%73.33%-
XYZ35.2334.4323.2-
YUV159.05107.1147.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.56%
GREEN value IS 152 (59.77% from 255) = 32.97%
BLUE value IS 122 (48.05% from 255) = 26.46%
R=40.56%
G=32.97%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715212200.190.350.2727.6932.3460.59
HexBB987A013231B1c203d
Octal2732301720234333344075
Binary101110111001100011110100100111000111101111100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB987A; }

 p { color: rgb(187,152,122); }

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

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

 a { background-color: rgb(187,152,122); }

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

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

 span { border-color: rgb(187,152,122); }

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