Html Css Color HEX #BC7886 Tapestry

📋 copy color: '#BC7886'

red 188 ◦ green 120 ◦ blue 134

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

Shades of Tapestry #BC7886

Tints of Tapestry #BC7886

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.15%

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

R = 42.53%
G = 27.15%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BC7886 (or 0xBC7886) is known color: Tapestry. HEX triplet: BC, 78 and 86. RGB value is (188,120,134). Sum of RGB (Red+Green+Blue) = 188+120+134=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 134 (52.73% from 255 or 30.32% from 442); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7886 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7886 is #438779. Grayscale: #8D8D8D. Windows color (decimal): -4425594 or 8812732. OLE color: 8812732.

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

Color convert

RGB 188 120 134 -
CMYK 0 0.36 0.29 0.26
HSL 347.65º 0.34% 0.6% -
HSV(B) 347.65º 0.36% 0.74% -
XYZ 31.76 25.85 25.87 -
YUV 141.93 123.53 160.86 -
System Red Green Blue C M Y K H S L
Decimal 188 120 134 0 0.36 0.29 0.26 347.65 0.34 0.6
Hex BC 78 86 0 24 1D 1A 15C 22 3C
Octal 274 170 206 0 44 35 32 534 42 74
Binary 10111100 1111000 10000110 0 100100 11101 11010 101011100 100010 111100

Color Harmonies of #BC7886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7886

Black with #BC7886

Text Example


Text Example

White with #BC7886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7886; }

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

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

background-color css

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

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

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

border-color css

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

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

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