Html Css Color HEX #BC798C Tapestry

📋 copy color: '#BC798C'

red 188 ◦ green 121 ◦ blue 140

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

Shades of Tapestry #BC798C

Tints of Tapestry #BC798C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 31.18%

R = 41.87%
G = 26.95%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC798C (or 0xBC798C) is known color: Tapestry. HEX triplet: BC, 79 and 8C. RGB value is (188,121,140). Sum of RGB (Red+Green+Blue) = 188+121+140=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 121 (47.66% from 255 or 26.95% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC798C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC798C is #438673. Grayscale: #8F8F8F. Windows color (decimal): -4425332 or 9206204. OLE color: 9206204.

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

Color convert

RGB 188 121 140 -
CMYK 0 0.36 0.26 0.26
HSL 342.99º 0.33% 0.61% -
HSV(B) 342.99º 0.36% 0.74% -
XYZ 32.31 26.26 28.18 -
YUV 143.2 126.2 159.96 -
System Red Green Blue C M Y K H S L
Decimal 188 121 140 0 0.36 0.26 0.26 342.99 0.33 0.61
Hex BC 79 8C 0 24 1A 1A 157 21 3D
Octal 274 171 214 0 44 32 32 527 41 75
Binary 10111100 1111001 10001100 0 100100 11010 11010 101010111 100001 111101

Color Harmonies of #BC798C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC798C

Black with #BC798C

Text Example


Text Example

White with #BC798C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC798C; }

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

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

background-color css

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

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

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

border-color css

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

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

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