#BA637B

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

Shades of Tapestry #BA637B

Tints of Tapestry #BA637B

Color information

#BA637B (or 0xBA637B) is unknown color: approx Tapestry. HEX triplet: BA, 63 and 7B. RGB value is (186,99,123). Sum of RGB (Red+Green+Blue) = 186+99+123=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 99 (39.06% from 255 or 24.26% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA637B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA637B is #459C84. Grayscale: #7F7F7F. Windows color (decimal): -4562053 or 8086458. OLE color: 8086458.

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

Color convert

RGB18699123-
CMYK00.470.340.27
HSL343.45º38.67%55.88%-
HSV(B)343.45º46.77%72.94%-
XYZ28.2920.7921.26-
YUV127.75125.32169.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.59%
GREEN value IS 99 (39.06% from 255) = 24.26%
BLUE value IS 123 (48.44% from 255) = 30.15%
R=45.59%
G=24.26%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869912300.470.340.27343.4538.6755.88
HexBA637B02F221B1572738
Octal27214317305742335274770
Binary1011101011000111111011010111110001011011101010111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA637B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA637B; }

 p { color: rgb(186,99,123); }

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

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

 a { background-color: rgb(186,99,123); }

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

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

 span { border-color: rgb(186,99,123); }

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