Html Css Color HEX #BA7B8A Tapestry

📋 copy color: '#BA7B8A'

red 186 ◦ green 123 ◦ blue 138

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

Shades of Tapestry #BA7B8A

Tints of Tapestry #BA7B8A

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.52%

 BLUE value IS 138 (54.3% from 255) = 30.87%

R = 41.61%
G = 27.52%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA7B8A (or 0xBA7B8A) is known color: Tapestry. HEX triplet: BA, 7B and 8A. RGB value is (186,123,138). Sum of RGB (Red+Green+Blue) = 186+123+138=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 123 (48.44% from 255 or 27.52% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7B8A is #458475. Grayscale: #8F8F8F. Windows color (decimal): -4555894 or 9075642. OLE color: 9075642.

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

Color convert

RGB 186 123 138 -
CMYK 0 0.34 0.26 0.27
HSL 345.71º 0.31% 0.61% -
HSV(B) 345.71º 0.34% 0.73% -
XYZ 31.92 26.44 27.47 -
YUV 143.55 124.87 158.28 -
System Red Green Blue C M Y K H S L
Decimal 186 123 138 0 0.34 0.26 0.27 345.71 0.31 0.61
Hex BA 7B 8A 0 22 1A 1B 15A 1F 3D
Octal 272 173 212 0 42 32 33 532 37 75
Binary 10111010 1111011 10001010 0 100010 11010 11011 101011010 11111 111101

Color Harmonies of #BA7B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7B8A

Black with #BA7B8A

Text Example


Text Example

White with #BA7B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7B8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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