Html Css Color HEX #BC637C Tapestry

📋 copy color: '#BC637C'

red 188 ◦ green 99 ◦ blue 124

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

Shades of Tapestry #BC637C

Tints of Tapestry #BC637C

RGB

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

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

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

R = 45.74%
G = 24.09%
B = 30.17%

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

#BC637C (or 0xBC637C) is known color: Tapestry. HEX triplet: BC, 63 and 7C. RGB value is (188,99,124). Sum of RGB (Red+Green+Blue) = 188+99+124=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC637C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC637C is #439C83. Grayscale: #808080. Windows color (decimal): -4430980 or 8151996. OLE color: 8151996.

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

Color convert

RGB 188 99 124 -
CMYK 0 0.47 0.34 0.26
HSL 343.15º 0.4% 0.56% -
HSV(B) 343.15º 0.47% 0.74% -
XYZ 28.84 21.07 21.62 -
YUV 128.46 125.49 170.47 -
System Red Green Blue C M Y K H S L
Decimal 188 99 124 0 0.47 0.34 0.26 343.15 0.4 0.56
Hex BC 63 7C 0 2F 22 1A 157 28 38
Octal 274 143 174 0 57 42 32 527 50 70
Binary 10111100 1100011 1111100 0 101111 100010 11010 101010111 101000 111000

Color Harmonies of #BC637C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC637C

Black with #BC637C

Text Example


Text Example

White with #BC637C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC637C; }

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

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

background-color css

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

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

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

border-color css

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

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

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