Html Css Color HEX #BA6F8E Tapestry

📋 copy color: '#BA6F8E'

red 186 ◦ green 111 ◦ blue 142

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

Shades of Tapestry #BA6F8E

Tints of Tapestry #BA6F8E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.28%

 BLUE value IS 142 (55.86% from 255) = 32.35%

R = 42.37%
G = 25.28%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BA6F8E (or 0xBA6F8E) is known color: Tapestry. HEX triplet: BA, 6F and 8E. RGB value is (186,111,142). Sum of RGB (Red+Green+Blue) = 186+111+142=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6F8E is #459071. Grayscale: #888888. Windows color (decimal): -4558962 or 9334714. OLE color: 9334714.

HSL color Cylindrical-coordinate representation of color #BA6F8E: hue angle of 335.2º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA6F8E is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 111 142 -
CMYK 0 0.40 0.24 0.27
HSL 335.2º 0.35% 0.58% -
HSV(B) 335.2º 0.4% 0.73% -
XYZ 30.82 23.76 28.55 -
YUV 136.96 130.85 162.98 -
System Red Green Blue C M Y K H S L
Decimal 186 111 142 0 0.40 0.24 0.27 335.2 0.35 0.58
Hex BA 6F 8E 0 28 18 1B 14F 23 3A
Octal 272 157 216 0 50 30 33 517 43 72
Binary 10111010 1101111 10001110 0 101000 11000 11011 101001111 100011 111010

Color Harmonies of #BA6F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6F8E

Black with #BA6F8E

Text Example


Text Example

White with #BA6F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6F8E; }

 p { color: rgb(186,111,142); }

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

background-color css

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

 a { background-color: rgb(186,111,142); }

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

border-color css

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

 span { border-color: rgb(186,111,142); }

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