Html Css Color HEX #BA6089 Tapestry

📋 copy color: '#BA6089'

red 186 ◦ green 96 ◦ blue 137

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

Shades of Tapestry #BA6089

Tints of Tapestry #BA6089

RGB

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

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

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

R = 44.39%
G = 22.91%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA6089 (or 0xBA6089) is known color: Tapestry. HEX triplet: BA, 60 and 89. RGB value is (186,96,137). Sum of RGB (Red+Green+Blue) = 186+96+137=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 96 (37.89% from 255 or 22.91% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6089 is #459F76. Grayscale: #7F7F7F. Windows color (decimal): -4562807 or 9003194. OLE color: 9003194.

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

Color convert

RGB 186 96 137 -
CMYK 0 0.48 0.26 0.27
HSL 332.67º 0.39% 0.55% -
HSV(B) 332.67º 0.48% 0.73% -
XYZ 28.95 20.61 26.12 -
YUV 127.58 133.32 169.67 -
System Red Green Blue C M Y K H S L
Decimal 186 96 137 0 0.48 0.26 0.27 332.67 0.39 0.55
Hex BA 60 89 0 30 1A 1B 14D 27 37
Octal 272 140 211 0 60 32 33 515 47 67
Binary 10111010 1100000 10001001 0 110000 11010 11011 101001101 100111 110111

Color Harmonies of #BA6089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6089

Black with #BA6089

Text Example


Text Example

White with #BA6089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6089; }

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

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

background-color css

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

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

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

border-color css

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

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

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