Html Css Color HEX #BC627F Tapestry

📋 copy color: '#BC627F'

red 188 ◦ green 98 ◦ blue 127

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

Shades of Tapestry #BC627F

Tints of Tapestry #BC627F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.73%

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

R = 45.52%
G = 23.73%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC627F (or 0xBC627F) is known color: Tapestry. HEX triplet: BC, 62 and 7F. RGB value is (188,98,127). Sum of RGB (Red+Green+Blue) = 188+98+127=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC627F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC627F is #439D80. Grayscale: #808080. Windows color (decimal): -4431233 or 8348348. OLE color: 8348348.

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

Color convert

RGB 188 98 127 -
CMYK 0 0.48 0.32 0.26
HSL 340.67º 0.4% 0.56% -
HSV(B) 340.67º 0.48% 0.74% -
XYZ 28.94 20.96 22.6 -
YUV 128.22 127.32 170.64 -
System Red Green Blue C M Y K H S L
Decimal 188 98 127 0 0.48 0.32 0.26 340.67 0.4 0.56
Hex BC 62 7F 0 30 20 1A 155 28 38
Octal 274 142 177 0 60 40 32 525 50 70
Binary 10111100 1100010 1111111 0 110000 100000 11010 101010101 101000 111000

Color Harmonies of #BC627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC627F

Black with #BC627F

Text Example


Text Example

White with #BC627F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC627F; }

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

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

background-color css

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

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

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

border-color css

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

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

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