Html Css Color HEX #BA7B89 Tapestry

📋 copy color: '#BA7B89'

red 186 ◦ green 123 ◦ blue 137

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

Shades of Tapestry #BA7B89

Tints of Tapestry #BA7B89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 30.72%

R = 41.7%
G = 27.58%
B = 30.72%

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

#BA7B89 (or 0xBA7B89) is known color: Tapestry. HEX triplet: BA, 7B and 89. RGB value is (186,123,137). Sum of RGB (Red+Green+Blue) = 186+123+137=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 137 (53.91% from 255 or 30.72% from 446); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7B89 is #458476. Grayscale: #8F8F8F. Windows color (decimal): -4555895 or 9010106. OLE color: 9010106.

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

Color convert

RGB 186 123 137 -
CMYK 0 0.34 0.26 0.27
HSL 346.67º 0.31% 0.61% -
HSV(B) 346.67º 0.34% 0.73% -
XYZ 31.85 26.41 27.09 -
YUV 143.43 124.37 158.36 -
System Red Green Blue C M Y K H S L
Decimal 186 123 137 0 0.34 0.26 0.27 346.67 0.31 0.61
Hex BA 7B 89 0 22 1A 1B 15B 1F 3D
Octal 272 173 211 0 42 32 33 533 37 75
Binary 10111010 1111011 10001001 0 100010 11010 11011 101011011 11111 111101

Color Harmonies of #BA7B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7B89

Black with #BA7B89

Text Example


Text Example

White with #BA7B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7B89; }

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

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

background-color css

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

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

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

border-color css

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

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

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