Html Css Color HEX #BA6989 Tapestry

📋 copy color: '#BA6989'

red 186 ◦ green 105 ◦ blue 137

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

Shades of Tapestry #BA6989

Tints of Tapestry #BA6989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 32.01%

R = 43.46%
G = 24.53%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA6989 (or 0xBA6989) is known color: Tapestry. HEX triplet: BA, 69 and 89. RGB value is (186,105,137). Sum of RGB (Red+Green+Blue) = 186+105+137=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 137 (53.91% from 255 or 32.01% from 428); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6989 is #459676. Grayscale: #848484. Windows color (decimal): -4560503 or 9005498. OLE color: 9005498.

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

Color convert

RGB 186 105 137 -
CMYK 0 0.44 0.26 0.27
HSL 336.3º 0.37% 0.57% -
HSV(B) 336.3º 0.44% 0.73% -
XYZ 29.82 22.35 26.41 -
YUV 132.87 130.34 165.9 -
System Red Green Blue C M Y K H S L
Decimal 186 105 137 0 0.44 0.26 0.27 336.3 0.37 0.57
Hex BA 69 89 0 2C 1A 1B 150 25 39
Octal 272 151 211 0 54 32 33 520 45 71
Binary 10111010 1101001 10001001 0 101100 11010 11011 101010000 100101 111001

Color Harmonies of #BA6989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6989

Black with #BA6989

Text Example


Text Example

White with #BA6989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6989; }

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

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

background-color css

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

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

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

border-color css

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

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

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