Html Css Color HEX #BA6285 Tapestry

📋 copy color: '#BA6285'

red 186 ◦ green 98 ◦ blue 133

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

Shades of Tapestry #BA6285

Tints of Tapestry #BA6285

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.5%

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

R = 44.6%
G = 23.5%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#BA6285 (or 0xBA6285) is known color: Tapestry. HEX triplet: BA, 62 and 85. RGB value is (186,98,133). Sum of RGB (Red+Green+Blue) = 186+98+133=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 98 (38.67% from 255 or 23.50% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6285 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6285 is #459D7A. Grayscale: #808080. Windows color (decimal): -4562299 or 8741562. OLE color: 8741562.

HSL color Cylindrical-coordinate representation of color #BA6285: hue angle of 336.14º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA6285 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 98 133 -
CMYK 0 0.47 0.28 0.27
HSL 336.14º 0.39% 0.56% -
HSV(B) 336.14º 0.47% 0.73% -
XYZ 28.85 20.87 24.7 -
YUV 128.3 130.65 169.15 -
System Red Green Blue C M Y K H S L
Decimal 186 98 133 0 0.47 0.28 0.27 336.14 0.39 0.56
Hex BA 62 85 0 2F 1C 1B 150 27 38
Octal 272 142 205 0 57 34 33 520 47 70
Binary 10111010 1100010 10000101 0 101111 11100 11011 101010000 100111 111000

Color Harmonies of #BA6285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6285

Black with #BA6285

Text Example


Text Example

White with #BA6285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6285; }

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

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

background-color css

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

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

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

border-color css

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

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

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