Html Css Color HEX #BA6988 Tapestry

📋 copy color: '#BA6988'

red 186 ◦ green 105 ◦ blue 136

#BA6988
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #BA6988

Tints of Tapestry #BA6988

RGB

 RED value IS 186 (73.05% from 255) = 43.56%

 GREEN value IS 105 (41.41% from 255) = 24.59%

 BLUE value IS 136 (53.52% from 255) = 31.85%

R = 43.56%
G = 24.59%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA6988 (or 0xBA6988) is known color: Tapestry. HEX triplet: BA, 69 and 88. RGB value is (186,105,136). Sum of RGB (Red+Green+Blue) = 186+105+136=427 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.56% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6988 is #459677. Grayscale: #848484. Windows color (decimal): -4560504 or 8939962. OLE color: 8939962.

HSL color Cylindrical-coordinate representation of color #BA6988: hue angle of 337.04º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA6988 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 105 136 -
CMYK 0 0.44 0.27 0.27
HSL 337.04º 0.37% 0.57% -
HSV(B) 337.04º 0.44% 0.73% -
XYZ 29.75 22.32 26.03 -
YUV 132.75 129.84 165.98 -
System Red Green Blue C M Y K H S L
Decimal 186 105 136 0 0.44 0.27 0.27 337.04 0.37 0.57
Hex BA 69 88 0 2C 1B 1B 151 25 39
Octal 272 151 210 0 54 33 33 521 45 71
Binary 10111010 1101001 10001000 0 101100 11011 11011 101010001 100101 111001

Color Harmonies of #BA6988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6988

Black with #BA6988

Text Example


Text Example

White with #BA6988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6988; }

 p { color: rgb(186,105,136); }

 H1.HeaderClassName
 {
   color: #BA6988;
 }
 .AnyTagClassName
 {
   color: #BA6988;
 }
</style>

background-color css

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

 a { background-color: rgb(186,105,136); }

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

border-color css

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

 span { border-color: rgb(186,105,136); }

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