Html Css Color HEX #BC798D Tapestry

📋 copy color: '#BC798D'

red 188 ◦ green 121 ◦ blue 141

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

Shades of Tapestry #BC798D

Tints of Tapestry #BC798D

RGB

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

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

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

R = 41.78%
G = 26.89%
B = 31.33%

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

#BC798D (or 0xBC798D) is known color: Tapestry. HEX triplet: BC, 79 and 8D. RGB value is (188,121,141). Sum of RGB (Red+Green+Blue) = 188+121+141=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BC798D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC798D is #438672. Grayscale: #8F8F8F. Windows color (decimal): -4425331 or 9271740. OLE color: 9271740.

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

Color convert

RGB 188 121 141 -
CMYK 0 0.36 0.25 0.26
HSL 342.09º 0.33% 0.61% -
HSV(B) 342.09º 0.36% 0.74% -
XYZ 32.38 26.29 28.57 -
YUV 143.31 126.7 159.87 -
System Red Green Blue C M Y K H S L
Decimal 188 121 141 0 0.36 0.25 0.26 342.09 0.33 0.61
Hex BC 79 8D 0 24 19 1A 156 21 3D
Octal 274 171 215 0 44 31 32 526 41 75
Binary 10111100 1111001 10001101 0 100100 11001 11010 101010110 100001 111101

Color Harmonies of #BC798D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC798D

Black with #BC798D

Text Example


Text Example

White with #BC798D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC798D; }

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

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

background-color css

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

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

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

border-color css

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

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

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