Html Css Color HEX #BA7B82 Tapestry

📋 copy color: '#BA7B82'

red 186 ◦ green 123 ◦ blue 130

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

Shades of Tapestry #BA7B82

Tints of Tapestry #BA7B82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 29.61%

R = 42.37%
G = 28.02%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA7B82 (or 0xBA7B82) is known color: Tapestry. HEX triplet: BA, 7B and 82. RGB value is (186,123,130). Sum of RGB (Red+Green+Blue) = 186+123+130=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7B82 is #45847D. Grayscale: #8E8E8E. Windows color (decimal): -4555902 or 8551354. OLE color: 8551354.

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

Color convert

RGB 186 123 130 -
CMYK 0 0.34 0.30 0.27
HSL 353.33º 0.31% 0.61% -
HSV(B) 353.33º 0.34% 0.73% -
XYZ 31.36 26.22 24.53 -
YUV 142.64 120.87 158.93 -
System Red Green Blue C M Y K H S L
Decimal 186 123 130 0 0.34 0.30 0.27 353.33 0.31 0.61
Hex BA 7B 82 0 22 1E 1B 161 1F 3D
Octal 272 173 202 0 42 36 33 541 37 75
Binary 10111010 1111011 10000010 0 100010 11110 11011 101100001 11111 111101

Color Harmonies of #BA7B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7B82

Black with #BA7B82

Text Example


Text Example

White with #BA7B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7B82; }

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

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

background-color css

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

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

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

border-color css

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

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

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