Html Css Color HEX #BA6383 Tapestry

📋 copy color: '#BA6383'

red 186 ◦ green 99 ◦ blue 131

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

Shades of Tapestry #BA6383

Tints of Tapestry #BA6383

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.8%

 BLUE value IS 131 (51.56% from 255) = 31.49%

R = 44.71%
G = 23.8%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BA6383 (or 0xBA6383) is known color: Tapestry. HEX triplet: BA, 63 and 83. RGB value is (186,99,131). Sum of RGB (Red+Green+Blue) = 186+99+131=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 99 (39.06% from 255 or 23.80% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6383 is #459C7C. Grayscale: #808080. Windows color (decimal): -4562045 or 8610746. OLE color: 8610746.

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

Color convert

RGB 186 99 131 -
CMYK 0 0.47 0.30 0.27
HSL 337.93º 0.39% 0.56% -
HSV(B) 337.93º 0.47% 0.73% -
XYZ 28.81 21 24.01 -
YUV 128.66 129.32 168.9 -
System Red Green Blue C M Y K H S L
Decimal 186 99 131 0 0.47 0.30 0.27 337.93 0.39 0.56
Hex BA 63 83 0 2F 1E 1B 152 27 38
Octal 272 143 203 0 57 36 33 522 47 70
Binary 10111010 1100011 10000011 0 101111 11110 11011 101010010 100111 111000

Color Harmonies of #BA6383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6383

Black with #BA6383

Text Example


Text Example

White with #BA6383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6383; }

 p { color: rgb(186,99,131); }

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

background-color css

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

 a { background-color: rgb(186,99,131); }

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

border-color css

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

 span { border-color: rgb(186,99,131); }

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