Html Css Color HEX #BC798B Tapestry

📋 copy color: '#BC798B'

red 188 ◦ green 121 ◦ blue 139

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

Shades of Tapestry #BC798B

Tints of Tapestry #BC798B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.03%

R = 41.96%
G = 27.01%
B = 31.03%

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

#BC798B (or 0xBC798B) is known color: Tapestry. HEX triplet: BC, 79 and 8B. RGB value is (188,121,139). Sum of RGB (Red+Green+Blue) = 188+121+139=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 121 (47.66% from 255 or 27.01% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC798B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC798B is #438674. Grayscale: #8F8F8F. Windows color (decimal): -4425333 or 9140668. OLE color: 9140668.

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

Color convert

RGB 188 121 139 -
CMYK 0 0.36 0.26 0.26
HSL 343.88º 0.33% 0.61% -
HSV(B) 343.88º 0.36% 0.74% -
XYZ 32.24 26.23 27.79 -
YUV 143.09 125.7 160.04 -
System Red Green Blue C M Y K H S L
Decimal 188 121 139 0 0.36 0.26 0.26 343.88 0.33 0.61
Hex BC 79 8B 0 24 1A 1A 158 21 3D
Octal 274 171 213 0 44 32 32 530 41 75
Binary 10111100 1111001 10001011 0 100100 11010 11010 101011000 100001 111101

Color Harmonies of #BC798B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC798B

Black with #BC798B

Text Example


Text Example

White with #BC798B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC798B; }

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

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

background-color css

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

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

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

border-color css

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

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

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