Html Css Color HEX #BA7E81 Tapestry

📋 copy color: '#BA7E81'

red 186 ◦ green 126 ◦ blue 129

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

Shades of Tapestry #BA7E81

Tints of Tapestry #BA7E81

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.57%

 BLUE value IS 129 (50.78% from 255) = 29.25%

R = 42.18%
G = 28.57%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA7E81 (or 0xBA7E81) is known color: Tapestry. HEX triplet: BA, 7E and 81. RGB value is (186,126,129). Sum of RGB (Red+Green+Blue) = 186+126+129=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 129 (50.78% from 255 or 29.25% from 441); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7E81 is #45817E. Grayscale: #909090. Windows color (decimal): -4555135 or 8486586. OLE color: 8486586.

HSL color Cylindrical-coordinate representation of color #BA7E81: hue angle of 357º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA7E81 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 126 129 -
CMYK 0 0.32 0.31 0.27
HSL 357º 0.3% 0.61% -
HSV(B) 357º 0.32% 0.73% -
XYZ 31.67 26.95 24.3 -
YUV 144.28 119.38 157.76 -
System Red Green Blue C M Y K H S L
Decimal 186 126 129 0 0.32 0.31 0.27 357 0.3 0.61
Hex BA 7E 81 0 20 1F 1B 165 1E 3D
Octal 272 176 201 0 40 37 33 545 36 75
Binary 10111010 1111110 10000001 0 100000 11111 11011 101100101 11110 111101

Color Harmonies of #BA7E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7E81

Black with #BA7E81

Text Example


Text Example

White with #BA7E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7E81; }

 p { color: rgb(186,126,129); }

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

background-color css

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

 a { background-color: rgb(186,126,129); }

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

border-color css

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

 span { border-color: rgb(186,126,129); }

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