Html Css Color HEX #BC7186 Tapestry

📋 copy color: '#BC7186'

red 188 ◦ green 113 ◦ blue 134

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

Shades of Tapestry #BC7186

Tints of Tapestry #BC7186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 30.8%

R = 43.22%
G = 25.98%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BC7186 (or 0xBC7186) is known color: Tapestry. HEX triplet: BC, 71 and 86. RGB value is (188,113,134). Sum of RGB (Red+Green+Blue) = 188+113+134=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7186 is #438E79. Grayscale: #898989. Windows color (decimal): -4427386 or 8810940. OLE color: 8810940.

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

Color convert

RGB 188 113 134 -
CMYK 0 0.40 0.29 0.26
HSL 343.2º 0.36% 0.59% -
HSV(B) 343.2º 0.4% 0.74% -
XYZ 30.95 24.22 25.6 -
YUV 137.82 125.85 163.79 -
System Red Green Blue C M Y K H S L
Decimal 188 113 134 0 0.40 0.29 0.26 343.2 0.36 0.59
Hex BC 71 86 0 28 1D 1A 157 24 3B
Octal 274 161 206 0 50 35 32 527 44 73
Binary 10111100 1110001 10000110 0 101000 11101 11010 101010111 100100 111011

Color Harmonies of #BC7186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7186

Black with #BC7186

Text Example


Text Example

White with #BC7186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7186; }

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

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

background-color css

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

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

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

border-color css

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

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

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