Html Css Color HEX #BC798F Tapestry

📋 copy color: '#BC798F'

red 188 ◦ green 121 ◦ blue 143

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

Shades of Tapestry #BC798F

Tints of Tapestry #BC798F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.64%

R = 41.59%
G = 26.77%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC798F (or 0xBC798F) is known color: Tapestry. HEX triplet: BC, 79 and 8F. RGB value is (188,121,143). Sum of RGB (Red+Green+Blue) = 188+121+143=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 121 (47.66% from 255 or 26.77% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BC798F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC798F is #438670. Grayscale: #8F8F8F. Windows color (decimal): -4425329 or 9402812. OLE color: 9402812.

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

Color convert

RGB 188 121 143 -
CMYK 0 0.36 0.24 0.26
HSL 340.3º 0.33% 0.61% -
HSV(B) 340.3º 0.36% 0.74% -
XYZ 32.53 26.35 29.36 -
YUV 143.54 127.7 159.71 -
System Red Green Blue C M Y K H S L
Decimal 188 121 143 0 0.36 0.24 0.26 340.3 0.33 0.61
Hex BC 79 8F 0 24 18 1A 154 21 3D
Octal 274 171 217 0 44 30 32 524 41 75
Binary 10111100 1111001 10001111 0 100100 11000 11010 101010100 100001 111101

Color Harmonies of #BC798F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC798F

Black with #BC798F

Text Example


Text Example

White with #BC798F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC798F; }

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

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

background-color css

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

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

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

border-color css

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

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

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