Html Css Color HEX #BA818A Tapestry

📋 copy color: '#BA818A'

red 186 ◦ green 129 ◦ blue 138

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

Shades of Tapestry #BA818A

Tints of Tapestry #BA818A

RGB

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

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

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

R = 41.06%
G = 28.48%
B = 30.46%

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

#BA818A (or 0xBA818A) is known color: Tapestry. HEX triplet: BA, 81 and 8A. RGB value is (186,129,138). Sum of RGB (Red+Green+Blue) = 186+129+138=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 129 (50.78% from 255 or 28.48% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BA818A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA818A is #457E75. Grayscale: #939393. Windows color (decimal): -4554358 or 9077178. OLE color: 9077178.

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

Color convert

RGB 186 129 138 -
CMYK 0 0.31 0.26 0.27
HSL 350.53º 0.29% 0.62% -
HSV(B) 350.53º 0.31% 0.73% -
XYZ 32.69 27.97 27.72 -
YUV 147.07 122.88 155.77 -
System Red Green Blue C M Y K H S L
Decimal 186 129 138 0 0.31 0.26 0.27 350.53 0.29 0.62
Hex BA 81 8A 0 1F 1A 1B 15F 1D 3E
Octal 272 201 212 0 37 32 33 537 35 76
Binary 10111010 10000001 10001010 0 11111 11010 11011 101011111 11101 111110

Color Harmonies of #BA818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA818A

Black with #BA818A

Text Example


Text Example

White with #BA818A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA818A; }

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

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

background-color css

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

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

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

border-color css

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

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

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