Html Css Color HEX #BA8285 Tapestry

📋 copy color: '#BA8285'

red 186 ◦ green 130 ◦ blue 133

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

Shades of Tapestry #BA8285

Tints of Tapestry #BA8285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.62%

R = 41.43%
G = 28.95%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BA8285 (or 0xBA8285) is known color: Tapestry. HEX triplet: BA, 82 and 85. RGB value is (186,130,133). Sum of RGB (Red+Green+Blue) = 186+130+133=449 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.43% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8285 is #457D7A. Grayscale: #939393. Windows color (decimal): -4554107 or 8749754. OLE color: 8749754.

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

Color convert

RGB 186 130 133 -
CMYK 0 0.30 0.28 0.27
HSL 356.79º 0.29% 0.62% -
HSV(B) 356.79º 0.3% 0.73% -
XYZ 32.47 28.1 25.9 -
YUV 147.09 120.05 155.76 -
System Red Green Blue C M Y K H S L
Decimal 186 130 133 0 0.30 0.28 0.27 356.79 0.29 0.62
Hex BA 82 85 0 1E 1C 1B 165 1D 3E
Octal 272 202 205 0 36 34 33 545 35 76
Binary 10111010 10000010 10000101 0 11110 11100 11011 101100101 11101 111110

Color Harmonies of #BA8285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8285

Black with #BA8285

Text Example


Text Example

White with #BA8285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8285; }

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

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

background-color css

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

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

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

border-color css

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

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

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