#BA628B

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

Shades of Tapestry #BA628B

Tints of Tapestry #BA628B

Color information

#BA628B (or 0xBA628B) is unknown color: approx Tapestry. HEX triplet: BA, 62 and 8B. RGB value is (186,98,139). Sum of RGB (Red+Green+Blue) = 186+98+139=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA628B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA628B is #459D74. Grayscale: #808080. Windows color (decimal): -4562293 or 9134778. OLE color: 9134778.

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

Color convert

RGB18698139-
CMYK00.470.250.27
HSL332.05º38.94%55.69%-
HSV(B)332.05º47.31%72.94%-
XYZ29.2821.0426.94-
YUV128.99133.65168.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.97%
GREEN value IS 98 (38.67% from 255) = 23.17%
BLUE value IS 139 (54.69% from 255) = 32.86%
R=43.97%
G=23.17%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1869813900.470.250.27332.0538.9455.69
HexBA628B02F191B14c2738
Octal27214221305731335144770
Binary1011101011000101000101101011111100111011101001100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA628B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA628B; }

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

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

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

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

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

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

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

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