Html Css Color HEX #BC787E Tapestry

📋 copy color: '#BC787E'

red 188 ◦ green 120 ◦ blue 126

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

Shades of Tapestry #BC787E

Tints of Tapestry #BC787E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.03%

R = 43.32%
G = 27.65%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BC787E (or 0xBC787E) is known color: Tapestry. HEX triplet: BC, 78 and 7E. RGB value is (188,120,126). Sum of RGB (Red+Green+Blue) = 188+120+126=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 126 (49.61% from 255 or 29.03% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC787E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC787E is #438781. Grayscale: #8D8D8D. Windows color (decimal): -4425602 or 8288444. OLE color: 8288444.

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

Color convert

RGB 188 120 126 -
CMYK 0 0.36 0.33 0.26
HSL 354.71º 0.34% 0.6% -
HSV(B) 354.71º 0.36% 0.74% -
XYZ 31.22 25.63 23.04 -
YUV 141.02 119.53 161.51 -
System Red Green Blue C M Y K H S L
Decimal 188 120 126 0 0.36 0.33 0.26 354.71 0.34 0.6
Hex BC 78 7E 0 24 21 1A 163 22 3C
Octal 274 170 176 0 44 41 32 543 42 74
Binary 10111100 1111000 1111110 0 100100 100001 11010 101100011 100010 111100

Color Harmonies of #BC787E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC787E

Black with #BC787E

Text Example


Text Example

White with #BC787E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC787E; }

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

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

background-color css

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

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

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

border-color css

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

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

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