Html Css Color HEX #BA838A Tapestry

📋 copy color: '#BA838A'

red 186 ◦ green 131 ◦ blue 138

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

Shades of Tapestry #BA838A

Tints of Tapestry #BA838A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.79%

 BLUE value IS 138 (54.3% from 255) = 30.33%

R = 40.88%
G = 28.79%
B = 30.33%

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

#BA838A (or 0xBA838A) is known color: Tapestry. HEX triplet: BA, 83 and 8A. RGB value is (186,131,138). Sum of RGB (Red+Green+Blue) = 186+131+138=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 138 (54.30% from 255 or 30.33% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA838A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA838A is #457C75. Grayscale: #949494. Windows color (decimal): -4553846 or 9077690. OLE color: 9077690.

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

Color convert

RGB 186 131 138 -
CMYK 0 0.30 0.26 0.27
HSL 352.36º 0.28% 0.62% -
HSV(B) 352.36º 0.3% 0.73% -
XYZ 32.95 28.51 27.81 -
YUV 148.24 122.22 154.93 -
System Red Green Blue C M Y K H S L
Decimal 186 131 138 0 0.30 0.26 0.27 352.36 0.28 0.62
Hex BA 83 8A 0 1E 1A 1B 160 1C 3E
Octal 272 203 212 0 36 32 33 540 34 76
Binary 10111010 10000011 10001010 0 11110 11010 11011 101100000 11100 111110

Color Harmonies of #BA838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA838A

Black with #BA838A

Text Example


Text Example

White with #BA838A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA838A; }

 p { color: rgb(186,131,138); }

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

background-color css

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

 a { background-color: rgb(186,131,138); }

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

border-color css

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

 span { border-color: rgb(186,131,138); }

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