Html Css Color HEX #BA628C Tapestry

📋 copy color: '#BA628C'

red 186 ◦ green 98 ◦ blue 140

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

Shades of Tapestry #BA628C

Tints of Tapestry #BA628C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.02%

R = 43.87%
G = 23.11%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA628C (or 0xBA628C) is known color: Tapestry. HEX triplet: BA, 62 and 8C. RGB value is (186,98,140). Sum of RGB (Red+Green+Blue) = 186+98+140=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA628C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA628C is #459D73. Grayscale: #818181. Windows color (decimal): -4562292 or 9200314. OLE color: 9200314.

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

Color convert

RGB 186 98 140 -
CMYK 0 0.47 0.25 0.27
HSL 331.36º 0.39% 0.56% -
HSV(B) 331.36º 0.47% 0.73% -
XYZ 29.35 21.07 27.33 -
YUV 129.1 134.15 168.58 -
System Red Green Blue C M Y K H S L
Decimal 186 98 140 0 0.47 0.25 0.27 331.36 0.39 0.56
Hex BA 62 8C 0 2F 19 1B 14B 27 38
Octal 272 142 214 0 57 31 33 513 47 70
Binary 10111010 1100010 10001100 0 101111 11001 11011 101001011 100111 111000

Color Harmonies of #BA628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA628C

Black with #BA628C

Text Example


Text Example

White with #BA628C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA628C; }

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

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

background-color css

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

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

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

border-color css

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

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

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