Html Css Color HEX #BA828A Tapestry

📋 copy color: '#BA828A'

red 186 ◦ green 130 ◦ blue 138

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

Shades of Tapestry #BA828A

Tints of Tapestry #BA828A

RGB

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

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

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

R = 40.97%
G = 28.63%
B = 30.4%

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

#BA828A (or 0xBA828A) is known color: Tapestry. HEX triplet: BA, 82 and 8A. RGB value is (186,130,138). Sum of RGB (Red+Green+Blue) = 186+130+138=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 138 (54.30% from 255 or 30.40% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BA828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA828A is #457D75. Grayscale: #939393. Windows color (decimal): -4554102 or 9077434. OLE color: 9077434.

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

Color convert

RGB 186 130 138 -
CMYK 0 0.30 0.26 0.27
HSL 351.43º 0.29% 0.62% -
HSV(B) 351.43º 0.3% 0.73% -
XYZ 32.82 28.24 27.77 -
YUV 147.66 122.55 155.35 -
System Red Green Blue C M Y K H S L
Decimal 186 130 138 0 0.30 0.26 0.27 351.43 0.29 0.62
Hex BA 82 8A 0 1E 1A 1B 15F 1D 3E
Octal 272 202 212 0 36 32 33 537 35 76
Binary 10111010 10000010 10001010 0 11110 11010 11011 101011111 11101 111110

Color Harmonies of #BA828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA828A

Black with #BA828A

Text Example


Text Example

White with #BA828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA828A; }

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

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

background-color css

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

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

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

border-color css

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

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

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