Html Css Color HEX #BA627B Tapestry

📋 copy color: '#BA627B'

red 186 ◦ green 98 ◦ blue 123

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

Shades of Tapestry #BA627B

Tints of Tapestry #BA627B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.22%

R = 45.7%
G = 24.08%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BA627B (or 0xBA627B) is known color: Tapestry. HEX triplet: BA, 62 and 7B. RGB value is (186,98,123). Sum of RGB (Red+Green+Blue) = 186+98+123=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA627B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA627B is #459D84. Grayscale: #7F7F7F. Windows color (decimal): -4562309 or 8086202. OLE color: 8086202.

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

Color convert

RGB 186 98 123 -
CMYK 0 0.47 0.34 0.27
HSL 342.95º 0.39% 0.56% -
HSV(B) 342.95º 0.47% 0.73% -
XYZ 28.19 20.6 21.23 -
YUV 127.16 125.65 169.97 -
System Red Green Blue C M Y K H S L
Decimal 186 98 123 0 0.47 0.34 0.27 342.95 0.39 0.56
Hex BA 62 7B 0 2F 22 1B 157 27 38
Octal 272 142 173 0 57 42 33 527 47 70
Binary 10111010 1100010 1111011 0 101111 100010 11011 101010111 100111 111000

Color Harmonies of #BA627B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA627B

Black with #BA627B

Text Example


Text Example

White with #BA627B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA627B; }

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

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

background-color css

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

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

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

border-color css

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

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

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