Html Css Color HEX #BA7E8A Tapestry

📋 copy color: '#BA7E8A'

red 186 ◦ green 126 ◦ blue 138

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

Shades of Tapestry #BA7E8A

Tints of Tapestry #BA7E8A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28%

 BLUE value IS 138 (54.3% from 255) = 30.67%

R = 41.33%
G = 28%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA7E8A (or 0xBA7E8A) is known color: Tapestry. HEX triplet: BA, 7E and 8A. RGB value is (186,126,138). Sum of RGB (Red+Green+Blue) = 186+126+138=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7E8A is #458175. Grayscale: #919191. Windows color (decimal): -4555126 or 9076410. OLE color: 9076410.

HSL color Cylindrical-coordinate representation of color #BA7E8A: hue angle of 348º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA7E8A is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 126 138 -
CMYK 0 0.32 0.26 0.27
HSL 348º 0.3% 0.61% -
HSV(B) 348º 0.32% 0.73% -
XYZ 32.3 27.2 27.59 -
YUV 145.31 123.88 157.02 -
System Red Green Blue C M Y K H S L
Decimal 186 126 138 0 0.32 0.26 0.27 348 0.3 0.61
Hex BA 7E 8A 0 20 1A 1B 15C 1E 3D
Octal 272 176 212 0 40 32 33 534 36 75
Binary 10111010 1111110 10001010 0 100000 11010 11011 101011100 11110 111101

Color Harmonies of #BA7E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7E8A

Black with #BA7E8A

Text Example


Text Example

White with #BA7E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7E8A; }

 p { color: rgb(186,126,138); }

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

background-color css

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

 a { background-color: rgb(186,126,138); }

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

border-color css

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

 span { border-color: rgb(186,126,138); }

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