Html Css Color HEX #BC718C Tapestry

📋 copy color: '#BC718C'

red 188 ◦ green 113 ◦ blue 140

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

Shades of Tapestry #BC718C

Tints of Tapestry #BC718C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.62%

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

R = 42.63%
G = 25.62%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC718C (or 0xBC718C) is known color: Tapestry. HEX triplet: BC, 71 and 8C. RGB value is (188,113,140). Sum of RGB (Red+Green+Blue) = 188+113+140=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 140 (55.08% from 255 or 31.75% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC718C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC718C is #438E73. Grayscale: #8A8A8A. Windows color (decimal): -4427380 or 9204156. OLE color: 9204156.

HSL color Cylindrical-coordinate representation of color #BC718C: hue angle of 338.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC718C is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 113 140 -
CMYK 0 0.40 0.26 0.26
HSL 338.4º 0.36% 0.59% -
HSV(B) 338.4º 0.4% 0.74% -
XYZ 31.38 24.4 27.87 -
YUV 138.5 128.85 163.3 -
System Red Green Blue C M Y K H S L
Decimal 188 113 140 0 0.40 0.26 0.26 338.4 0.36 0.59
Hex BC 71 8C 0 28 1A 1A 152 24 3B
Octal 274 161 214 0 50 32 32 522 44 73
Binary 10111100 1110001 10001100 0 101000 11010 11010 101010010 100100 111011

Color Harmonies of #BC718C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC718C

Black with #BC718C

Text Example


Text Example

White with #BC718C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC718C; }

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

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

background-color css

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

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

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

border-color css

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

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

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