Html Css Color HEX #BA7B8F Tapestry

📋 copy color: '#BA7B8F'

red 186 ◦ green 123 ◦ blue 143

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

Shades of Tapestry #BA7B8F

Tints of Tapestry #BA7B8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.64%

R = 41.15%
G = 27.21%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BA7B8F (or 0xBA7B8F) is known color: Tapestry. HEX triplet: BA, 7B and 8F. RGB value is (186,123,143). Sum of RGB (Red+Green+Blue) = 186+123+143=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 123 (48.44% from 255 or 27.21% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7B8F is #458470. Grayscale: #909090. Windows color (decimal): -4555889 or 9403322. OLE color: 9403322.

HSL color Cylindrical-coordinate representation of color #BA7B8F: hue angle of 340.95º 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 #BA7B8F is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 123 143 -
CMYK 0 0.34 0.23 0.27
HSL 340.95º 0.31% 0.61% -
HSV(B) 340.95º 0.34% 0.73% -
XYZ 32.29 26.59 29.42 -
YUV 144.12 127.37 157.87 -
System Red Green Blue C M Y K H S L
Decimal 186 123 143 0 0.34 0.23 0.27 340.95 0.31 0.61
Hex BA 7B 8F 0 22 17 1B 155 1F 3D
Octal 272 173 217 0 42 27 33 525 37 75
Binary 10111010 1111011 10001111 0 100010 10111 11011 101010101 11111 111101

Color Harmonies of #BA7B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7B8F

Black with #BA7B8F

Text Example


Text Example

White with #BA7B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7B8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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