Html Css Color HEX #BC758C Tapestry

📋 copy color: '#BC758C'

red 188 ◦ green 117 ◦ blue 140

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

Shades of Tapestry #BC758C

Tints of Tapestry #BC758C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.29%

 BLUE value IS 140 (55.08% from 255) = 31.46%

R = 42.25%
G = 26.29%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC758C (or 0xBC758C) is known color: Tapestry. HEX triplet: BC, 75 and 8C. RGB value is (188,117,140). Sum of RGB (Red+Green+Blue) = 188+117+140=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 140 (55.08% from 255 or 31.46% from 445); Max value from RGB is 188 - color contains mainly: red. Hex color #BC758C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC758C is #438A73. Grayscale: #8C8C8C. Windows color (decimal): -4426356 or 9205180. OLE color: 9205180.

HSL color Cylindrical-coordinate representation of color #BC758C: hue angle of 340.56º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BC758C is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 117 140 -
CMYK 0 0.38 0.26 0.26
HSL 340.56º 0.35% 0.6% -
HSV(B) 340.56º 0.38% 0.74% -
XYZ 31.83 25.31 28.02 -
YUV 140.85 127.52 161.63 -
System Red Green Blue C M Y K H S L
Decimal 188 117 140 0 0.38 0.26 0.26 340.56 0.35 0.6
Hex BC 75 8C 0 26 1A 1A 155 23 3C
Octal 274 165 214 0 46 32 32 525 43 74
Binary 10111100 1110101 10001100 0 100110 11010 11010 101010101 100011 111100

Color Harmonies of #BC758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC758C

Black with #BC758C

Text Example


Text Example

White with #BC758C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC758C; }

 p { color: rgb(188,117,140); }

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

background-color css

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

 a { background-color: rgb(188,117,140); }

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

border-color css

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

 span { border-color: rgb(188,117,140); }

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