Html Css Color HEX #BA708E Tapestry

📋 copy color: '#BA708E'

red 186 ◦ green 112 ◦ blue 142

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

Shades of Tapestry #BA708E

Tints of Tapestry #BA708E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.45%

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

R = 42.27%
G = 25.45%
B = 32.27%

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

#BA708E (or 0xBA708E) is known color: Tapestry. HEX triplet: BA, 70 and 8E. RGB value is (186,112,142). Sum of RGB (Red+Green+Blue) = 186+112+142=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 112 (44.14% from 255 or 25.45% from 440); Blue value is 142 (55.86% from 255 or 32.27% from 440); Max value from RGB is 186 - color contains mainly: red. Hex color #BA708E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA708E is #458F71. Grayscale: #898989. Windows color (decimal): -4558706 or 9334970. OLE color: 9334970.

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

Color convert

RGB 186 112 142 -
CMYK 0 0.40 0.24 0.27
HSL 335.68º 0.35% 0.58% -
HSV(B) 335.68º 0.4% 0.73% -
XYZ 30.93 23.98 28.59 -
YUV 137.55 130.52 162.56 -
System Red Green Blue C M Y K H S L
Decimal 186 112 142 0 0.40 0.24 0.27 335.68 0.35 0.58
Hex BA 70 8E 0 28 18 1B 150 23 3A
Octal 272 160 216 0 50 30 33 520 43 72
Binary 10111010 1110000 10001110 0 101000 11000 11011 101010000 100011 111010

Color Harmonies of #BA708E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA708E

Black with #BA708E

Text Example


Text Example

White with #BA708E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA708E; }

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

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

background-color css

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

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

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

border-color css

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

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

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