Html Css Color HEX #BC788E Tapestry

📋 copy color: '#BC788E'

red 188 ◦ green 120 ◦ blue 142

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

Shades of Tapestry #BC788E

Tints of Tapestry #BC788E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.56%

R = 41.78%
G = 26.67%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC788E (or 0xBC788E) is known color: Tapestry. HEX triplet: BC, 78 and 8E. RGB value is (188,120,142). Sum of RGB (Red+Green+Blue) = 188+120+142=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC788E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC788E is #438771. Grayscale: #8E8E8E. Windows color (decimal): -4425586 or 9337020. OLE color: 9337020.

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

Color convert

RGB 188 120 142 -
CMYK 0 0.36 0.24 0.26
HSL 340.59º 0.34% 0.6% -
HSV(B) 340.59º 0.36% 0.74% -
XYZ 32.34 26.08 28.92 -
YUV 142.84 127.53 160.21 -
System Red Green Blue C M Y K H S L
Decimal 188 120 142 0 0.36 0.24 0.26 340.59 0.34 0.6
Hex BC 78 8E 0 24 18 1A 155 22 3C
Octal 274 170 216 0 44 30 32 525 42 74
Binary 10111100 1111000 10001110 0 100100 11000 11010 101010101 100010 111100

Color Harmonies of #BC788E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC788E

Black with #BC788E

Text Example


Text Example

White with #BC788E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC788E; }

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

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

background-color css

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

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

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

border-color css

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

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

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