Html Css Color HEX #BA7079 Tapestry

📋 copy color: '#BA7079'

red 186 ◦ green 112 ◦ blue 121

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

Shades of Tapestry #BA7079

Tints of Tapestry #BA7079

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.73%

 BLUE value IS 121 (47.66% from 255) = 28.88%

R = 44.39%
G = 26.73%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BA7079 (or 0xBA7079) is known color: Tapestry. HEX triplet: BA, 70 and 79. RGB value is (186,112,121). Sum of RGB (Red+Green+Blue) = 186+112+121=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7079 is #458F86. Grayscale: #878787. Windows color (decimal): -4558727 or 7958714. OLE color: 7958714.

HSL color Cylindrical-coordinate representation of color #BA7079: hue angle of 352.7º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA7079 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 112 121 -
CMYK 0 0.40 0.35 0.27
HSL 352.7º 0.35% 0.58% -
HSV(B) 352.7º 0.4% 0.73% -
XYZ 29.5 23.41 21.05 -
YUV 135.15 120.02 164.27 -
System Red Green Blue C M Y K H S L
Decimal 186 112 121 0 0.40 0.35 0.27 352.7 0.35 0.58
Hex BA 70 79 0 28 23 1B 161 23 3A
Octal 272 160 171 0 50 43 33 541 43 72
Binary 10111010 1110000 1111001 0 101000 100011 11011 101100001 100011 111010

Color Harmonies of #BA7079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7079

Black with #BA7079

Text Example


Text Example

White with #BA7079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7079; }

 p { color: rgb(186,112,121); }

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

background-color css

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

 a { background-color: rgb(186,112,121); }

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

border-color css

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

 span { border-color: rgb(186,112,121); }

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