Html Css Color HEX #BA627F Tapestry

📋 copy color: '#BA627F'

red 186 ◦ green 98 ◦ blue 127

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

Shades of Tapestry #BA627F

Tints of Tapestry #BA627F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.84%

 BLUE value IS 127 (50% from 255) = 30.9%

R = 45.26%
G = 23.84%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BA627F (or 0xBA627F) is known color: Tapestry. HEX triplet: BA, 62 and 7F. RGB value is (186,98,127). Sum of RGB (Red+Green+Blue) = 186+98+127=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA627F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA627F is #459D80. Grayscale: #7F7F7F. Windows color (decimal): -4562305 or 8348346. OLE color: 8348346.

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

Color convert

RGB 186 98 127 -
CMYK 0 0.47 0.32 0.27
HSL 340.23º 0.39% 0.56% -
HSV(B) 340.23º 0.47% 0.73% -
XYZ 28.45 20.71 22.58 -
YUV 127.62 127.65 169.64 -
System Red Green Blue C M Y K H S L
Decimal 186 98 127 0 0.47 0.32 0.27 340.23 0.39 0.56
Hex BA 62 7F 0 2F 20 1B 154 27 38
Octal 272 142 177 0 57 40 33 524 47 70
Binary 10111010 1100010 1111111 0 101111 100000 11011 101010100 100111 111000

Color Harmonies of #BA627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA627F

Black with #BA627F

Text Example


Text Example

White with #BA627F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA627F; }

 p { color: rgb(186,98,127); }

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

background-color css

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

 a { background-color: rgb(186,98,127); }

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

border-color css

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

 span { border-color: rgb(186,98,127); }

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