Html Css Color HEX #BC797D Tapestry

📋 copy color: '#BC797D'

red 188 ◦ green 121 ◦ blue 125

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

Shades of Tapestry #BC797D

Tints of Tapestry #BC797D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.88%

 BLUE value IS 125 (49.22% from 255) = 28.8%

R = 43.32%
G = 27.88%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC797D (or 0xBC797D) is known color: Tapestry. HEX triplet: BC, 79 and 7D. RGB value is (188,121,125). Sum of RGB (Red+Green+Blue) = 188+121+125=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 121 (47.66% from 255 or 27.88% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 188 - color contains mainly: red. Hex color #BC797D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC797D is #438682. Grayscale: #8D8D8D. Windows color (decimal): -4425347 or 8223164. OLE color: 8223164.

HSL color Cylindrical-coordinate representation of color #BC797D: hue angle of 356.42º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC797D is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 121 125 -
CMYK 0 0.36 0.34 0.26
HSL 356.42º 0.33% 0.61% -
HSV(B) 356.42º 0.36% 0.74% -
XYZ 31.28 25.85 22.74 -
YUV 141.49 118.7 161.17 -
System Red Green Blue C M Y K H S L
Decimal 188 121 125 0 0.36 0.34 0.26 356.42 0.33 0.61
Hex BC 79 7D 0 24 22 1A 164 21 3D
Octal 274 171 175 0 44 42 32 544 41 75
Binary 10111100 1111001 1111101 0 100100 100010 11010 101100100 100001 111101

Color Harmonies of #BC797D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC797D

Black with #BC797D

Text Example


Text Example

White with #BC797D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC797D; }

 p { color: rgb(188,121,125); }

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

background-color css

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

 a { background-color: rgb(188,121,125); }

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

border-color css

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

 span { border-color: rgb(188,121,125); }

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