#BA628A

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

Shades of Tapestry #BA628A

Tints of Tapestry #BA628A

Color information

#BA628A (or 0xBA628A) is unknown color: approx Tapestry. HEX triplet: BA, 62 and 8A. RGB value is (186,98,138). Sum of RGB (Red+Green+Blue) = 186+98+138=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA628A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA628A is #459D75. Grayscale: #808080. Windows color (decimal): -4562294 or 9069242. OLE color: 9069242.

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

Color convert

RGB18698138-
CMYK00.470.260.27
HSL332.73º38.94%55.69%-
HSV(B)332.73º47.31%72.94%-
XYZ29.221.0126.56-
YUV128.87133.15168.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.08%
GREEN value IS 98 (38.67% from 255) = 23.22%
BLUE value IS 138 (54.30% from 255) = 32.70%
R=44.08%
G=23.22%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869813800.470.260.27332.7338.9455.69
HexBA628A02F1A1B14d2738
Octal27214221205732335154770
Binary1011101011000101000101001011111101011011101001101100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA628A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA628A; }

 p { color: rgb(186,98,138); }

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

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

 a { background-color: rgb(186,98,138); }

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

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

 span { border-color: rgb(186,98,138); }

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