Html Css Color HEX #BC788F Tapestry

📋 copy color: '#BC788F'

red 188 ◦ green 120 ◦ blue 143

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

Shades of Tapestry #BC788F

Tints of Tapestry #BC788F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.71%

R = 41.69%
G = 26.61%
B = 31.71%

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

#BC788F (or 0xBC788F) is known color: Tapestry. HEX triplet: BC, 78 and 8F. RGB value is (188,120,143). Sum of RGB (Red+Green+Blue) = 188+120+143=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 120 (47.27% from 255 or 26.61% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BC788F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC788F is #438770. Grayscale: #8E8E8E. Windows color (decimal): -4425585 or 9402556. OLE color: 9402556.

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

Color convert

RGB 188 120 143 -
CMYK 0 0.36 0.24 0.26
HSL 339.71º 0.34% 0.6% -
HSV(B) 339.71º 0.36% 0.74% -
XYZ 32.41 26.11 29.32 -
YUV 142.95 128.03 160.13 -
System Red Green Blue C M Y K H S L
Decimal 188 120 143 0 0.36 0.24 0.26 339.71 0.34 0.6
Hex BC 78 8F 0 24 18 1A 154 22 3C
Octal 274 170 217 0 44 30 32 524 42 74
Binary 10111100 1111000 10001111 0 100100 11000 11010 101010100 100010 111100

Color Harmonies of #BC788F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC788F

Black with #BC788F

Text Example


Text Example

White with #BC788F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC788F; }

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

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

background-color css

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

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

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

border-color css

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

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

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