#BB907F

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

Shades of Pale Taupe #BB907F

Tints of Pale Taupe #BB907F

Color information

#BB907F (or 0xBB907F) is unknown color: approx Pale Taupe. HEX triplet: BB, 90 and 7F. RGB value is (187,144,127). Sum of RGB (Red+Green+Blue) = 187+144+127=458 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.83% from 458); Green value is 144 (56.64% from 255 or 31.44% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 187 - color contains mainly: red. Hex color #BB907F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB907F is #446F80. Grayscale: #9B9B9B. Windows color (decimal): -4484993 or 8360123. OLE color: 8360123.

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

Color convert

RGB187144127-
CMYK00.230.320.27
HSL17º30.61%61.57%-
HSV(B)17º32.09%73.33%-
XYZ34.332.0424.46-
YUV154.92112.25150.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.83%
GREEN value IS 144 (56.64% from 255) = 31.44%
BLUE value IS 127 (50% from 255) = 27.73%
R=40.83%
G=31.44%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18714412700.230.320.271730.6161.57
HexBB907F017201B111f3e
Octal2732201770274033213776
Binary10111011100100001111111010111100000110111000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB907F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB907F; }

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

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

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

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

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

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

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

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