Html Css Color HEX #BA628A Tapestry

📋 copy color: '#BA628A'

red 186 ◦ green 98 ◦ blue 138

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

Shades of Tapestry #BA628A

Tints of Tapestry #BA628A

RGB

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

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

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

R = 44.08%
G = 23.22%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA628A (or 0xBA628A) is known color: Tapestry. HEX triplet: BA, 62 and 8A. RGB value is (186,98,138). Sum of RGB (Red+Green+Blue) = 186+98+138=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA628A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA628A is #459D75. Grayscale: #808080. Windows color (decimal): -4562294 or 9069242. OLE color: 9069242.

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

Color convert

RGB 186 98 138 -
CMYK 0 0.47 0.26 0.27
HSL 332.73º 0.39% 0.56% -
HSV(B) 332.73º 0.47% 0.73% -
XYZ 29.2 21.01 26.56 -
YUV 128.87 133.15 168.75 -
System Red Green Blue C M Y K H S L
Decimal 186 98 138 0 0.47 0.26 0.27 332.73 0.39 0.56
Hex BA 62 8A 0 2F 1A 1B 14D 27 38
Octal 272 142 212 0 57 32 33 515 47 70
Binary 10111010 1100010 10001010 0 101111 11010 11011 101001101 100111 111000

Color Harmonies of #BA628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA628A

Black with #BA628A

Text Example


Text Example

White with #BA628A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA628A; }

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

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

background-color css

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

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

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

border-color css

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

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

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