Html Css Color HEX #BC7691 Tapestry

📋 copy color: '#BC7691'

red 188 ◦ green 118 ◦ blue 145

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

Shades of Tapestry #BC7691

Tints of Tapestry #BC7691

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.16%

 BLUE value IS 145 (57.03% from 255) = 32.15%

R = 41.69%
G = 26.16%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC7691 (or 0xBC7691) is known color: Tapestry. HEX triplet: BC, 76 and 91. RGB value is (188,118,145). Sum of RGB (Red+Green+Blue) = 188+118+145=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 145 (57.03% from 255 or 32.15% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7691 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7691 is #43896E. Grayscale: #8D8D8D. Windows color (decimal): -4426095 or 9533116. OLE color: 9533116.

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

Color convert

RGB 188 118 145 -
CMYK 0 0.37 0.23 0.26
HSL 336.86º 0.34% 0.6% -
HSV(B) 336.86º 0.37% 0.74% -
XYZ 32.33 25.69 30.04 -
YUV 142.01 129.69 160.8 -
System Red Green Blue C M Y K H S L
Decimal 188 118 145 0 0.37 0.23 0.26 336.86 0.34 0.6
Hex BC 76 91 0 25 17 1A 151 22 3C
Octal 274 166 221 0 45 27 32 521 42 74
Binary 10111100 1110110 10010001 0 100101 10111 11010 101010001 100010 111100

Color Harmonies of #BC7691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7691

Black with #BC7691

Text Example


Text Example

White with #BC7691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7691; }

 p { color: rgb(188,118,145); }

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

background-color css

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

 a { background-color: rgb(188,118,145); }

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

border-color css

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

 span { border-color: rgb(188,118,145); }

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