Html Css Color HEX #BA8189 Tapestry

📋 copy color: '#BA8189'

red 186 ◦ green 129 ◦ blue 137

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

Shades of Tapestry #BA8189

Tints of Tapestry #BA8189

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.54%

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

R = 41.15%
G = 28.54%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA8189 (or 0xBA8189) is known color: Tapestry. HEX triplet: BA, 81 and 89. RGB value is (186,129,137). Sum of RGB (Red+Green+Blue) = 186+129+137=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8189 is #457E76. Grayscale: #929292. Windows color (decimal): -4554359 or 9011642. OLE color: 9011642.

HSL color Cylindrical-coordinate representation of color #BA8189: hue angle of 351.58º degrees, saturation: 0.29, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA8189 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 129 137 -
CMYK 0 0.31 0.26 0.27
HSL 351.58º 0.29% 0.62% -
HSV(B) 351.58º 0.31% 0.73% -
XYZ 32.62 27.95 27.34 -
YUV 146.96 122.38 155.85 -
System Red Green Blue C M Y K H S L
Decimal 186 129 137 0 0.31 0.26 0.27 351.58 0.29 0.62
Hex BA 81 89 0 1F 1A 1B 160 1D 3E
Octal 272 201 211 0 37 32 33 540 35 76
Binary 10111010 10000001 10001001 0 11111 11010 11011 101100000 11101 111110

Color Harmonies of #BA8189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8189

Black with #BA8189

Text Example


Text Example

White with #BA8189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8189; }

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

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

background-color css

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

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

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

border-color css

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

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

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