Html Css Color HEX #BC758F Tapestry

📋 copy color: '#BC758F'

red 188 ◦ green 117 ◦ blue 143

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

Shades of Tapestry #BC758F

Tints of Tapestry #BC758F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.92%

R = 41.96%
G = 26.12%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC758F (or 0xBC758F) is known color: Tapestry. HEX triplet: BC, 75 and 8F. RGB value is (188,117,143). Sum of RGB (Red+Green+Blue) = 188+117+143=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 117 (46.09% from 255 or 26.12% from 448); Blue value is 143 (56.25% from 255 or 31.92% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC758F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC758F is #438A70. Grayscale: #8D8D8D. Windows color (decimal): -4426353 or 9401788. OLE color: 9401788.

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

Color convert

RGB 188 117 143 -
CMYK 0 0.38 0.24 0.26
HSL 338.03º 0.35% 0.6% -
HSV(B) 338.03º 0.38% 0.74% -
XYZ 32.06 25.4 29.2 -
YUV 141.19 129.02 161.39 -
System Red Green Blue C M Y K H S L
Decimal 188 117 143 0 0.38 0.24 0.26 338.03 0.35 0.6
Hex BC 75 8F 0 26 18 1A 152 23 3C
Octal 274 165 217 0 46 30 32 522 43 74
Binary 10111100 1110101 10001111 0 100110 11000 11010 101010010 100011 111100

Color Harmonies of #BC758F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC758F

Black with #BC758F

Text Example


Text Example

White with #BC758F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC758F; }

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

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

background-color css

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

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

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

border-color css

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

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

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