Html Css Color HEX #BC757F Tapestry

📋 copy color: '#BC757F'

red 188 ◦ green 117 ◦ blue 127

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

Shades of Tapestry #BC757F

Tints of Tapestry #BC757F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.4%

R = 43.52%
G = 27.08%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC757F (or 0xBC757F) is known color: Tapestry. HEX triplet: BC, 75 and 7F. RGB value is (188,117,127). Sum of RGB (Red+Green+Blue) = 188+117+127=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 127 (50% from 255 or 29.40% from 432); Max value from RGB is 188 - color contains mainly: red. Hex color #BC757F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC757F is #438A80. Grayscale: #8B8B8B. Windows color (decimal): -4426369 or 8353212. OLE color: 8353212.

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

Color convert

RGB 188 117 127 -
CMYK 0 0.38 0.32 0.26
HSL 351.55º 0.35% 0.6% -
HSV(B) 351.55º 0.38% 0.74% -
XYZ 30.93 24.95 23.26 -
YUV 139.37 121.02 162.69 -
System Red Green Blue C M Y K H S L
Decimal 188 117 127 0 0.38 0.32 0.26 351.55 0.35 0.6
Hex BC 75 7F 0 26 20 1A 160 23 3C
Octal 274 165 177 0 46 40 32 540 43 74
Binary 10111100 1110101 1111111 0 100110 100000 11010 101100000 100011 111100

Color Harmonies of #BC757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC757F

Black with #BC757F

Text Example


Text Example

White with #BC757F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC757F; }

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

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

background-color css

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

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

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

border-color css

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

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

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