Html Css Color HEX #BA8289 Tapestry

📋 copy color: '#BA8289'

red 186 ◦ green 130 ◦ blue 137

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

Shades of Tapestry #BA8289

Tints of Tapestry #BA8289

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.7%

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

R = 41.06%
G = 28.7%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#BA8289 (or 0xBA8289) is known color: Tapestry. HEX triplet: BA, 82 and 89. RGB value is (186,130,137). Sum of RGB (Red+Green+Blue) = 186+130+137=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 137 (53.91% from 255 or 30.24% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8289 is #457D76. Grayscale: #939393. Windows color (decimal): -4554103 or 9011898. OLE color: 9011898.

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

Color convert

RGB 186 130 137 -
CMYK 0 0.30 0.26 0.27
HSL 352.5º 0.29% 0.62% -
HSV(B) 352.5º 0.3% 0.73% -
XYZ 32.75 28.21 27.39 -
YUV 147.54 122.05 155.43 -
System Red Green Blue C M Y K H S L
Decimal 186 130 137 0 0.30 0.26 0.27 352.5 0.29 0.62
Hex BA 82 89 0 1E 1A 1B 160 1D 3E
Octal 272 202 211 0 36 32 33 540 35 76
Binary 10111010 10000010 10001001 0 11110 11010 11011 101100000 11101 111110

Color Harmonies of #BA8289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8289

Black with #BA8289

Text Example


Text Example

White with #BA8289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8289; }

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

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

background-color css

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

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

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

border-color css

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

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

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