Html Css Color HEX #BC697C Tapestry

📋 copy color: '#BC697C'

red 188 ◦ green 105 ◦ blue 124

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

Shades of Tapestry #BC697C

Tints of Tapestry #BC697C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.18%

 BLUE value IS 124 (48.83% from 255) = 29.74%

R = 45.08%
G = 25.18%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC697C (or 0xBC697C) is known color: Tapestry. HEX triplet: BC, 69 and 7C. RGB value is (188,105,124). Sum of RGB (Red+Green+Blue) = 188+105+124=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC697C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC697C is #439683. Grayscale: #838383. Windows color (decimal): -4429444 or 8153532. OLE color: 8153532.

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

Color convert

RGB 188 105 124 -
CMYK 0 0.44 0.34 0.26
HSL 346.27º 0.38% 0.57% -
HSV(B) 346.27º 0.44% 0.74% -
XYZ 29.43 22.25 21.81 -
YUV 131.98 123.5 167.96 -
System Red Green Blue C M Y K H S L
Decimal 188 105 124 0 0.44 0.34 0.26 346.27 0.38 0.57
Hex BC 69 7C 0 2C 22 1A 15A 26 39
Octal 274 151 174 0 54 42 32 532 46 71
Binary 10111100 1101001 1111100 0 101100 100010 11010 101011010 100110 111001

Color Harmonies of #BC697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC697C

Black with #BC697C

Text Example


Text Example

White with #BC697C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC697C; }

 p { color: rgb(188,105,124); }

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

background-color css

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

 a { background-color: rgb(188,105,124); }

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

border-color css

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

 span { border-color: rgb(188,105,124); }

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