Html Css Color HEX #BA7B8B Tapestry

📋 copy color: '#BA7B8B'

red 186 ◦ green 123 ◦ blue 139

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

Shades of Tapestry #BA7B8B

Tints of Tapestry #BA7B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.03%

R = 41.52%
G = 27.46%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BA7B8B (or 0xBA7B8B) is known color: Tapestry. HEX triplet: BA, 7B and 8B. RGB value is (186,123,139). Sum of RGB (Red+Green+Blue) = 186+123+139=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 123 (48.44% from 255 or 27.46% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7B8B is #458474. Grayscale: #8F8F8F. Windows color (decimal): -4555893 or 9141178. OLE color: 9141178.

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

Color convert

RGB 186 123 139 -
CMYK 0 0.34 0.25 0.27
HSL 344.76º 0.31% 0.61% -
HSV(B) 344.76º 0.34% 0.73% -
XYZ 31.99 26.47 27.85 -
YUV 143.66 125.37 158.2 -
System Red Green Blue C M Y K H S L
Decimal 186 123 139 0 0.34 0.25 0.27 344.76 0.31 0.61
Hex BA 7B 8B 0 22 19 1B 159 1F 3D
Octal 272 173 213 0 42 31 33 531 37 75
Binary 10111010 1111011 10001011 0 100010 11001 11011 101011001 11111 111101

Color Harmonies of #BA7B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7B8B

Black with #BA7B8B

Text Example


Text Example

White with #BA7B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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