Html Css Color HEX #BC647C Tapestry

📋 copy color: '#BC647C'

red 188 ◦ green 100 ◦ blue 124

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

Shades of Tapestry #BC647C

Tints of Tapestry #BC647C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.27%

 BLUE value IS 124 (48.83% from 255) = 30.1%

R = 45.63%
G = 24.27%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC647C (or 0xBC647C) is known color: Tapestry. HEX triplet: BC, 64 and 7C. RGB value is (188,100,124). Sum of RGB (Red+Green+Blue) = 188+100+124=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 100 (39.45% from 255 or 24.27% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC647C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC647C is #439B83. Grayscale: #818181. Windows color (decimal): -4430724 or 8152252. OLE color: 8152252.

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

Color convert

RGB 188 100 124 -
CMYK 0 0.47 0.34 0.26
HSL 343.64º 0.4% 0.56% -
HSV(B) 343.64º 0.47% 0.74% -
XYZ 28.93 21.26 21.65 -
YUV 129.05 125.15 170.05 -
System Red Green Blue C M Y K H S L
Decimal 188 100 124 0 0.47 0.34 0.26 343.64 0.4 0.56
Hex BC 64 7C 0 2F 22 1A 158 28 38
Octal 274 144 174 0 57 42 32 530 50 70
Binary 10111100 1100100 1111100 0 101111 100010 11010 101011000 101000 111000

Color Harmonies of #BC647C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC647C

Black with #BC647C

Text Example


Text Example

White with #BC647C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC647C; }

 p { color: rgb(188,100,124); }

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

background-color css

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

 a { background-color: rgb(188,100,124); }

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

border-color css

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

 span { border-color: rgb(188,100,124); }

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