#BB637E

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

Shades of Tapestry #BB637E

Tints of Tapestry #BB637E

Color information

#BB637E (or 0xBB637E) is unknown color: approx Tapestry. HEX triplet: BB, 63 and 7E. RGB value is (187,99,126). Sum of RGB (Red+Green+Blue) = 187+99+126=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 99 (39.06% from 255 or 24.03% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BB637E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB637E is #449C81. Grayscale: #808080. Windows color (decimal): -4496514 or 8283067. OLE color: 8283067.

HSL color Cylindrical-coordinate representation of color #BB637E: hue angle of 341.59º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB637E is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB18799126-
CMYK00.470.330.27
HSL341.59º39.29%56.08%-
HSV(B)341.59º47.06%73.33%-
XYZ28.7220.9922.28-
YUV128.39126.65169.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.39%
GREEN value IS 99 (39.06% from 255) = 24.03%
BLUE value IS 126 (49.61% from 255) = 30.58%
R=45.39%
G=24.03%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1879912600.470.330.27341.5939.2956.08
HexBB637E02F211B1562738
Octal27314317605741335264770
Binary1011101111000111111110010111110000111011101010110100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB637E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB637E; }

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

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

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

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

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

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

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

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