Html Css Color HEX #BA6788 Tapestry

📋 copy color: '#BA6788'

red 186 ◦ green 103 ◦ blue 136

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

Shades of Tapestry #BA6788

Tints of Tapestry #BA6788

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.24%

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

R = 43.76%
G = 24.24%
B = 32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#BA6788 (or 0xBA6788) is known color: Tapestry. HEX triplet: BA, 67 and 88. RGB value is (186,103,136). Sum of RGB (Red+Green+Blue) = 186+103+136=425 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.76% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 136 (53.52% from 255 or 32% from 425); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6788 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6788 is #459877. Grayscale: #838383. Windows color (decimal): -4561016 or 8939450. OLE color: 8939450.

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

Color convert

RGB 186 103 136 -
CMYK 0 0.45 0.27 0.27
HSL 336.14º 0.38% 0.57% -
HSV(B) 336.14º 0.45% 0.73% -
XYZ 29.54 21.92 25.97 -
YUV 131.58 130.5 166.82 -
System Red Green Blue C M Y K H S L
Decimal 186 103 136 0 0.45 0.27 0.27 336.14 0.38 0.57
Hex BA 67 88 0 2D 1B 1B 150 26 39
Octal 272 147 210 0 55 33 33 520 46 71
Binary 10111010 1100111 10001000 0 101101 11011 11011 101010000 100110 111001

Color Harmonies of #BA6788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6788

Black with #BA6788

Text Example


Text Example

White with #BA6788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6788; }

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

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

background-color css

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

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

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

border-color css

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

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

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