Html Css Color HEX #BC697F Tapestry

📋 copy color: '#BC697F'

red 188 ◦ green 105 ◦ blue 127

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

Shades of Tapestry #BC697F

Tints of Tapestry #BC697F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.24%

R = 44.76%
G = 25%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC697F (or 0xBC697F) is known color: Tapestry. HEX triplet: BC, 69 and 7F. RGB value is (188,105,127). Sum of RGB (Red+Green+Blue) = 188+105+127=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC697F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC697F is #439680. Grayscale: #848484. Windows color (decimal): -4429441 or 8350140. OLE color: 8350140.

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

Color convert

RGB 188 105 127 -
CMYK 0 0.44 0.32 0.26
HSL 344.1º 0.38% 0.57% -
HSV(B) 344.1º 0.44% 0.74% -
XYZ 29.62 22.33 22.83 -
YUV 132.33 125 167.71 -
System Red Green Blue C M Y K H S L
Decimal 188 105 127 0 0.44 0.32 0.26 344.1 0.38 0.57
Hex BC 69 7F 0 2C 20 1A 158 26 39
Octal 274 151 177 0 54 40 32 530 46 71
Binary 10111100 1101001 1111111 0 101100 100000 11010 101011000 100110 111001

Color Harmonies of #BC697F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC697F

Black with #BC697F

Text Example


Text Example

White with #BC697F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC697F; }

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

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

background-color css

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

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

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

border-color css

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

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

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