Html Css Color HEX #BA6088 Tapestry

📋 copy color: '#BA6088'

red 186 ◦ green 96 ◦ blue 136

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

Shades of Tapestry #BA6088

Tints of Tapestry #BA6088

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.97%

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

R = 44.5%
G = 22.97%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA6088 (or 0xBA6088) is known color: Tapestry. HEX triplet: BA, 60 and 88. RGB value is (186,96,136). Sum of RGB (Red+Green+Blue) = 186+96+136=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 136 (53.52% from 255 or 32.54% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6088 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6088 is #459F77. Grayscale: #7F7F7F. Windows color (decimal): -4562808 or 8937658. OLE color: 8937658.

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

Color convert

RGB 186 96 136 -
CMYK 0 0.48 0.27 0.27
HSL 333.33º 0.39% 0.55% -
HSV(B) 333.33º 0.48% 0.73% -
XYZ 28.88 20.58 25.74 -
YUV 127.47 132.82 169.75 -
System Red Green Blue C M Y K H S L
Decimal 186 96 136 0 0.48 0.27 0.27 333.33 0.39 0.55
Hex BA 60 88 0 30 1B 1B 14D 27 37
Octal 272 140 210 0 60 33 33 515 47 67
Binary 10111010 1100000 10001000 0 110000 11011 11011 101001101 100111 110111

Color Harmonies of #BA6088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6088

Black with #BA6088

Text Example


Text Example

White with #BA6088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6088; }

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

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

background-color css

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

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

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

border-color css

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

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

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