Html Css Color HEX #BC788D Tapestry

📋 copy color: '#BC788D'

red 188 ◦ green 120 ◦ blue 141

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

Shades of Tapestry #BC788D

Tints of Tapestry #BC788D

RGB

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

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

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

R = 41.87%
G = 26.73%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BC788D (or 0xBC788D) is known color: Tapestry. HEX triplet: BC, 78 and 8D. RGB value is (188,120,141). Sum of RGB (Red+Green+Blue) = 188+120+141=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 120 (47.27% from 255 or 26.73% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC788D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC788D is #438772. Grayscale: #8E8E8E. Windows color (decimal): -4425587 or 9271484. OLE color: 9271484.

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

Color convert

RGB 188 120 141 -
CMYK 0 0.36 0.25 0.26
HSL 341.47º 0.34% 0.6% -
HSV(B) 341.47º 0.36% 0.74% -
XYZ 32.26 26.05 28.53 -
YUV 142.73 127.03 160.29 -
System Red Green Blue C M Y K H S L
Decimal 188 120 141 0 0.36 0.25 0.26 341.47 0.34 0.6
Hex BC 78 8D 0 24 19 1A 155 22 3C
Octal 274 170 215 0 44 31 32 525 42 74
Binary 10111100 1111000 10001101 0 100100 11001 11010 101010101 100010 111100

Color Harmonies of #BC788D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC788D

Black with #BC788D

Text Example


Text Example

White with #BC788D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC788D; }

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

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

background-color css

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

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

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

border-color css

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

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

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