Html Css Color HEX #BC6387 Tapestry

📋 copy color: '#BC6387'

red 188 ◦ green 99 ◦ blue 135

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

Shades of Tapestry #BC6387

Tints of Tapestry #BC6387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 31.99%

R = 44.55%
G = 23.46%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC6387 (or 0xBC6387) is known color: Tapestry. HEX triplet: BC, 63 and 87. RGB value is (188,99,135). Sum of RGB (Red+Green+Blue) = 188+99+135=422 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.55% from 422); Green value is 99 (39.06% from 255 or 23.46% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC6387 is #439C78. Grayscale: #818181. Windows color (decimal): -4430969 or 8872892. OLE color: 8872892.

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

Color convert

RGB 188 99 135 -
CMYK 0 0.47 0.28 0.26
HSL 335.73º 0.4% 0.56% -
HSV(B) 335.73º 0.47% 0.74% -
XYZ 29.57 21.36 25.49 -
YUV 129.72 130.99 169.57 -
System Red Green Blue C M Y K H S L
Decimal 188 99 135 0 0.47 0.28 0.26 335.73 0.4 0.56
Hex BC 63 87 0 2F 1C 1A 150 28 38
Octal 274 143 207 0 57 34 32 520 50 70
Binary 10111100 1100011 10000111 0 101111 11100 11010 101010000 101000 111000

Color Harmonies of #BC6387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6387

Black with #BC6387

Text Example


Text Example

White with #BC6387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6387; }

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

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

background-color css

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

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

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

border-color css

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

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

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