Html Css Color HEX #BA6077 Tapestry

📋 copy color: '#BA6077'

red 186 ◦ green 96 ◦ blue 119

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

Shades of Tapestry #BA6077

Tints of Tapestry #BA6077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.68%

R = 46.38%
G = 23.94%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BA6077 (or 0xBA6077) is known color: Tapestry. HEX triplet: BA, 60 and 77. RGB value is (186,96,119). Sum of RGB (Red+Green+Blue) = 186+96+119=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6077 is #459F88. Grayscale: #7D7D7D. Windows color (decimal): -4562825 or 7823546. OLE color: 7823546.

HSL color Cylindrical-coordinate representation of color #BA6077: hue angle of 344.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 #BA6077 is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 96 119 -
CMYK 0 0.48 0.36 0.27
HSL 344.67º 0.39% 0.55% -
HSV(B) 344.67º 0.48% 0.73% -
XYZ 27.76 20.14 19.88 -
YUV 125.53 124.32 171.13 -
System Red Green Blue C M Y K H S L
Decimal 186 96 119 0 0.48 0.36 0.27 344.67 0.39 0.55
Hex BA 60 77 0 30 24 1B 159 27 37
Octal 272 140 167 0 60 44 33 531 47 67
Binary 10111010 1100000 1110111 0 110000 100100 11011 101011001 100111 110111

Color Harmonies of #BA6077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6077

Black with #BA6077

Text Example


Text Example

White with #BA6077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6077; }

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

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

background-color css

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

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

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

border-color css

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

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

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