Html Css Color HEX #BC7187 Tapestry

📋 copy color: '#BC7187'

red 188 ◦ green 113 ◦ blue 135

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

Shades of Tapestry #BC7187

Tints of Tapestry #BC7187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 30.96%

R = 43.12%
G = 25.92%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BC7187 (or 0xBC7187) is known color: Tapestry. HEX triplet: BC, 71 and 87. RGB value is (188,113,135). Sum of RGB (Red+Green+Blue) = 188+113+135=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 113 (44.53% from 255 or 25.92% from 436); Blue value is 135 (53.12% from 255 or 30.96% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7187 is #438E78. Grayscale: #898989. Windows color (decimal): -4427385 or 8876476. OLE color: 8876476.

HSL color Cylindrical-coordinate representation of color #BC7187: hue angle of 342.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 #BC7187 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 113 135 -
CMYK 0 0.40 0.28 0.26
HSL 342.4º 0.36% 0.59% -
HSV(B) 342.4º 0.4% 0.74% -
XYZ 31.02 24.25 25.97 -
YUV 137.93 126.35 163.71 -
System Red Green Blue C M Y K H S L
Decimal 188 113 135 0 0.40 0.28 0.26 342.4 0.36 0.59
Hex BC 71 87 0 28 1C 1A 156 24 3B
Octal 274 161 207 0 50 34 32 526 44 73
Binary 10111100 1110001 10000111 0 101000 11100 11010 101010110 100100 111011

Color Harmonies of #BC7187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7187

Black with #BC7187

Text Example


Text Example

White with #BC7187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7187; }

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

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

background-color css

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

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

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

border-color css

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

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

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