Html Css Color HEX #BA8085 Tapestry

📋 copy color: '#BA8085'

red 186 ◦ green 128 ◦ blue 133

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

Shades of Tapestry #BA8085

Tints of Tapestry #BA8085

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.64%

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

R = 41.61%
G = 28.64%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BA8085 (or 0xBA8085) is known color: Tapestry. HEX triplet: BA, 80 and 85. RGB value is (186,128,133). Sum of RGB (Red+Green+Blue) = 186+128+133=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA8085 is #457F7A. Grayscale: #919191. Windows color (decimal): -4554619 or 8749242. OLE color: 8749242.

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

Color convert

RGB 186 128 133 -
CMYK 0 0.31 0.28 0.27
HSL 354.83º 0.3% 0.62% -
HSV(B) 354.83º 0.31% 0.73% -
XYZ 32.2 27.57 25.81 -
YUV 145.91 120.72 156.59 -
System Red Green Blue C M Y K H S L
Decimal 186 128 133 0 0.31 0.28 0.27 354.83 0.3 0.62
Hex BA 80 85 0 1F 1C 1B 163 1E 3E
Octal 272 200 205 0 37 34 33 543 36 76
Binary 10111010 10000000 10000101 0 11111 11100 11011 101100011 11110 111110

Color Harmonies of #BA8085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8085

Black with #BA8085

Text Example


Text Example

White with #BA8085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8085; }

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

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

background-color css

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

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

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

border-color css

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

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

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