#BA667A

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

Shades of Tapestry #BA667A

Tints of Tapestry #BA667A

Color information

#BA667A (or 0xBA667A) is unknown color: approx Tapestry. HEX triplet: BA, 66 and 7A. RGB value is (186,102,122). Sum of RGB (Red+Green+Blue) = 186+102+122=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 102 (40.23% from 255 or 24.88% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA667A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA667A is #459985. Grayscale: #818181. Windows color (decimal): -4561286 or 8021690. OLE color: 8021690.

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

Color convert

RGB186102122-
CMYK00.450.340.27
HSL345.71º37.84%56.47%-
HSV(B)345.71º45.16%72.94%-
XYZ28.5121.3521.03-
YUV129.4123.83168.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.37%
GREEN value IS 102 (40.23% from 255) = 24.88%
BLUE value IS 122 (48.05% from 255) = 29.76%
R=45.37%
G=24.88%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610212200.450.340.27345.7137.8456.47
HexBA667A02D221B15a2638
Octal27214617205542335324670
Binary1011101011001101111010010110110001011011101011010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA667A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA667A; }

 p { color: rgb(186,102,122); }

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

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

 a { background-color: rgb(186,102,122); }

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

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

 span { border-color: rgb(186,102,122); }

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