Html Css Color HEX #BC637F Tapestry

📋 copy color: '#BC637F'

red 188 ◦ green 99 ◦ blue 127

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

Shades of Tapestry #BC637F

Tints of Tapestry #BC637F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.68%

R = 45.41%
G = 23.91%
B = 30.68%

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

#BC637F (or 0xBC637F) is known color: Tapestry. HEX triplet: BC, 63 and 7F. RGB value is (188,99,127). Sum of RGB (Red+Green+Blue) = 188+99+127=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 99 (39.06% from 255 or 23.91% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC637F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC637F is #439C80. Grayscale: #808080. Windows color (decimal): -4430977 or 8348604. OLE color: 8348604.

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

Color convert

RGB 188 99 127 -
CMYK 0 0.47 0.32 0.26
HSL 341.12º 0.4% 0.56% -
HSV(B) 341.12º 0.47% 0.74% -
XYZ 29.03 21.15 22.63 -
YUV 128.8 126.99 170.22 -
System Red Green Blue C M Y K H S L
Decimal 188 99 127 0 0.47 0.32 0.26 341.12 0.4 0.56
Hex BC 63 7F 0 2F 20 1A 155 28 38
Octal 274 143 177 0 57 40 32 525 50 70
Binary 10111100 1100011 1111111 0 101111 100000 11010 101010101 101000 111000

Color Harmonies of #BC637F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC637F

Black with #BC637F

Text Example


Text Example

White with #BC637F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC637F; }

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

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

background-color css

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

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

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

border-color css

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

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

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