Html Css Color HEX #BC617D Tapestry

📋 copy color: '#BC617D'

red 188 ◦ green 97 ◦ blue 125

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

Shades of Tapestry #BC617D

Tints of Tapestry #BC617D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.66%

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

R = 45.85%
G = 23.66%
B = 30.49%

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

#BC617D (or 0xBC617D) is known color: Tapestry. HEX triplet: BC, 61 and 7D. RGB value is (188,97,125). Sum of RGB (Red+Green+Blue) = 188+97+125=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 97 (38.28% from 255 or 23.66% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC617D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC617D is #439E82. Grayscale: #7F7F7F. Windows color (decimal): -4431491 or 8217020. OLE color: 8217020.

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

Color convert

RGB 188 97 125 -
CMYK 0 0.48 0.34 0.26
HSL 341.54º 0.4% 0.56% -
HSV(B) 341.54º 0.48% 0.74% -
XYZ 28.72 20.72 21.89 -
YUV 127.4 126.65 171.22 -
System Red Green Blue C M Y K H S L
Decimal 188 97 125 0 0.48 0.34 0.26 341.54 0.4 0.56
Hex BC 61 7D 0 30 22 1A 156 28 38
Octal 274 141 175 0 60 42 32 526 50 70
Binary 10111100 1100001 1111101 0 110000 100010 11010 101010110 101000 111000

Color Harmonies of #BC617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC617D

Black with #BC617D

Text Example


Text Example

White with #BC617D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC617D; }

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

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

background-color css

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

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

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

border-color css

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

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

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