Html Css Color HEX #BC627D Tapestry

📋 copy color: '#BC627D'

red 188 ◦ green 98 ◦ blue 125

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

Shades of Tapestry #BC627D

Tints of Tapestry #BC627D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.41%

R = 45.74%
G = 23.84%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC627D (or 0xBC627D) is known color: Tapestry. HEX triplet: BC, 62 and 7D. RGB value is (188,98,125). Sum of RGB (Red+Green+Blue) = 188+98+125=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC627D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC627D is #439D82. Grayscale: #7F7F7F. Windows color (decimal): -4431235 or 8217276. OLE color: 8217276.

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

Color convert

RGB 188 98 125 -
CMYK 0 0.48 0.34 0.26
HSL 342º 0.4% 0.56% -
HSV(B) 342º 0.48% 0.74% -
XYZ 28.81 20.91 21.92 -
YUV 127.99 126.32 170.8 -
System Red Green Blue C M Y K H S L
Decimal 188 98 125 0 0.48 0.34 0.26 342 0.4 0.56
Hex BC 62 7D 0 30 22 1A 156 28 38
Octal 274 142 175 0 60 42 32 526 50 70
Binary 10111100 1100010 1111101 0 110000 100010 11010 101010110 101000 111000

Color Harmonies of #BC627D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC627D

Black with #BC627D

Text Example


Text Example

White with #BC627D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC627D; }

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

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

background-color css

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

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

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

border-color css

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

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

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