Html Css Color HEX #BC6380 Tapestry

📋 copy color: '#BC6380'

red 188 ◦ green 99 ◦ blue 128

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

Shades of Tapestry #BC6380

Tints of Tapestry #BC6380

RGB

 RED value IS 188 (73.83% from 255) = 45.3%

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

 BLUE value IS 128 (50.39% from 255) = 30.84%

R = 45.3%
G = 23.86%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC6380 (or 0xBC6380) is known color: Tapestry. HEX triplet: BC, 63 and 80. RGB value is (188,99,128). Sum of RGB (Red+Green+Blue) = 188+99+128=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 128 (50.39% from 255 or 30.84% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6380 is #439C7F. Grayscale: #808080. Windows color (decimal): -4430976 or 8414140. OLE color: 8414140.

HSL color Cylindrical-coordinate representation of color #BC6380: hue angle of 340.45º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC6380 is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 99 128 -
CMYK 0 0.47 0.32 0.26
HSL 340.45º 0.4% 0.56% -
HSV(B) 340.45º 0.47% 0.74% -
XYZ 29.1 21.17 22.98 -
YUV 128.92 127.49 170.14 -
System Red Green Blue C M Y K H S L
Decimal 188 99 128 0 0.47 0.32 0.26 340.45 0.4 0.56
Hex BC 63 80 0 2F 20 1A 154 28 38
Octal 274 143 200 0 57 40 32 524 50 70
Binary 10111100 1100011 10000000 0 101111 100000 11010 101010100 101000 111000

Color Harmonies of #BC6380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6380

Black with #BC6380

Text Example


Text Example

White with #BC6380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6380; }

 p { color: rgb(188,99,128); }

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

background-color css

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

 a { background-color: rgb(188,99,128); }

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

border-color css

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

 span { border-color: rgb(188,99,128); }

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