Html Css Color HEX #BA7B80 Tapestry

📋 copy color: '#BA7B80'

red 186 ◦ green 123 ◦ blue 128

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

Shades of Tapestry #BA7B80

Tints of Tapestry #BA7B80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.29%

R = 42.56%
G = 28.15%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#BA7B80 (or 0xBA7B80) is known color: Tapestry. HEX triplet: BA, 7B and 80. RGB value is (186,123,128). Sum of RGB (Red+Green+Blue) = 186+123+128=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 123 (48.44% from 255 or 28.15% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7B80 is #45847F. Grayscale: #8E8E8E. Windows color (decimal): -4555904 or 8420282. OLE color: 8420282.

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

Color convert

RGB 186 123 128 -
CMYK 0 0.34 0.31 0.27
HSL 355.24º 0.31% 0.61% -
HSV(B) 355.24º 0.34% 0.73% -
XYZ 31.23 26.16 23.83 -
YUV 142.41 119.87 159.09 -
System Red Green Blue C M Y K H S L
Decimal 186 123 128 0 0.34 0.31 0.27 355.24 0.31 0.61
Hex BA 7B 80 0 22 1F 1B 163 1F 3D
Octal 272 173 200 0 42 37 33 543 37 75
Binary 10111010 1111011 10000000 0 100010 11111 11011 101100011 11111 111101

Color Harmonies of #BA7B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7B80

Black with #BA7B80

Text Example


Text Example

White with #BA7B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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