#BB977E

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

Shades of Pale Taupe #BB977E

Tints of Pale Taupe #BB977E

Color information

#BB977E (or 0xBB977E) is unknown color: approx Pale Taupe. HEX triplet: BB, 97 and 7E. RGB value is (187,151,126). Sum of RGB (Red+Green+Blue) = 187+151+126=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BB977E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB977E is #446881. Grayscale: #9F9F9F. Windows color (decimal): -4483202 or 8296379. OLE color: 8296379.

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

Color convert

RGB187151126-
CMYK00.190.330.27
HSL24.59º30.96%61.37%-
HSV(B)24.59º32.62%73.33%-
XYZ35.3334.224.48-
YUV158.91109.43148.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.30%
GREEN value IS 151 (59.38% from 255) = 32.54%
BLUE value IS 126 (49.61% from 255) = 27.16%
R=40.30%
G=32.54%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715112600.190.330.2724.5930.9661.37
HexBB977E013211B191f3d
Octal2732271760234133313775
Binary10111011100101111111110010011100001110111100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB977E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB977E; }

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

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

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

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

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

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

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

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