Html Css Color HEX #BA607D Tapestry

📋 copy color: '#BA607D'

red 186 ◦ green 96 ◦ blue 125

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

Shades of Tapestry #BA607D

Tints of Tapestry #BA607D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.59%

 BLUE value IS 125 (49.22% from 255) = 30.71%

R = 45.7%
G = 23.59%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BA607D (or 0xBA607D) is known color: Tapestry. HEX triplet: BA, 60 and 7D. RGB value is (186,96,125). Sum of RGB (Red+Green+Blue) = 186+96+125=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA607D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA607D is #459F82. Grayscale: #7E7E7E. Windows color (decimal): -4562819 or 8216762. OLE color: 8216762.

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

Color convert

RGB 186 96 125 -
CMYK 0 0.48 0.33 0.27
HSL 340.67º 0.39% 0.55% -
HSV(B) 340.67º 0.48% 0.73% -
XYZ 28.13 20.29 21.83 -
YUV 126.22 127.32 170.64 -
System Red Green Blue C M Y K H S L
Decimal 186 96 125 0 0.48 0.33 0.27 340.67 0.39 0.55
Hex BA 60 7D 0 30 21 1B 155 27 37
Octal 272 140 175 0 60 41 33 525 47 67
Binary 10111010 1100000 1111101 0 110000 100001 11011 101010101 100111 110111

Color Harmonies of #BA607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA607D

Black with #BA607D

Text Example


Text Example

White with #BA607D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA607D; }

 p { color: rgb(186,96,125); }

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

background-color css

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

 a { background-color: rgb(186,96,125); }

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

border-color css

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

 span { border-color: rgb(186,96,125); }

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