Html Css Color HEX #BC768D Tapestry

📋 copy color: '#BC768D'

red 188 ◦ green 118 ◦ blue 141

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

Shades of Tapestry #BC768D

Tints of Tapestry #BC768D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.54%

R = 42.06%
G = 26.4%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BC768D (or 0xBC768D) is known color: Tapestry. HEX triplet: BC, 76 and 8D. RGB value is (188,118,141). Sum of RGB (Red+Green+Blue) = 188+118+141=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC768D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC768D is #438972. Grayscale: #8D8D8D. Windows color (decimal): -4426099 or 9270972. OLE color: 9270972.

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

Color convert

RGB 188 118 141 -
CMYK 0 0.37 0.25 0.26
HSL 340.29º 0.34% 0.6% -
HSV(B) 340.29º 0.37% 0.74% -
XYZ 32.03 25.57 28.45 -
YUV 141.55 127.69 161.13 -
System Red Green Blue C M Y K H S L
Decimal 188 118 141 0 0.37 0.25 0.26 340.29 0.34 0.6
Hex BC 76 8D 0 25 19 1A 154 22 3C
Octal 274 166 215 0 45 31 32 524 42 74
Binary 10111100 1110110 10001101 0 100101 11001 11010 101010100 100010 111100

Color Harmonies of #BC768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC768D

Black with #BC768D

Text Example


Text Example

White with #BC768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC768D; }

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

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

background-color css

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

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

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

border-color css

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

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

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