Html Css Color HEX #BC607C Tapestry

📋 copy color: '#BC607C'

red 188 ◦ green 96 ◦ blue 124

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

Shades of Tapestry #BC607C

Tints of Tapestry #BC607C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.53%

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

R = 46.08%
G = 23.53%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC607C (or 0xBC607C) is known color: Tapestry. HEX triplet: BC, 60 and 7C. RGB value is (188,96,124). Sum of RGB (Red+Green+Blue) = 188+96+124=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 96 (37.89% from 255 or 23.53% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC607C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC607C is #439F83. Grayscale: #7E7E7E. Windows color (decimal): -4431748 or 8151228. OLE color: 8151228.

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

Color convert

RGB 188 96 124 -
CMYK 0 0.49 0.34 0.26
HSL 341.74º 0.41% 0.56% -
HSV(B) 341.74º 0.49% 0.74% -
XYZ 28.56 20.51 21.52 -
YUV 126.7 126.48 171.72 -
System Red Green Blue C M Y K H S L
Decimal 188 96 124 0 0.49 0.34 0.26 341.74 0.41 0.56
Hex BC 60 7C 0 31 22 1A 156 29 38
Octal 274 140 174 0 61 42 32 526 51 70
Binary 10111100 1100000 1111100 0 110001 100010 11010 101010110 101001 111000

Color Harmonies of #BC607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC607C

Black with #BC607C

Text Example


Text Example

White with #BC607C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC607C; }

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

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

background-color css

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

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

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

border-color css

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

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

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