#BB977F

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

Shades of Pale Taupe #BB977F

Tints of Pale Taupe #BB977F

Color information

#BB977F (or 0xBB977F) is unknown color: approx Pale Taupe. HEX triplet: BB, 97 and 7F. RGB value is (187,151,127). Sum of RGB (Red+Green+Blue) = 187+151+127=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BB977F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB977F is #446880. Grayscale: #9F9F9F. Windows color (decimal): -4483201 or 8361915. OLE color: 8361915.

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

Color convert

RGB187151127-
CMYK00.190.320.27
HSL24º30.61%61.57%-
HSV(B)24º32.09%73.33%-
XYZ35.3934.2324.82-
YUV159.03109.93147.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.22%
GREEN value IS 151 (59.38% from 255) = 32.47%
BLUE value IS 127 (50% from 255) = 27.31%
R=40.22%
G=32.47%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18715112700.190.320.272430.6161.57
HexBB977F013201B181f3e
Octal2732271770234033303776
Binary10111011100101111111111010011100000110111100011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB977F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB977F; }

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

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

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

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

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

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

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

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