Html Css Color HEX #BC697A Tapestry

📋 copy color: '#BC697A'

red 188 ◦ green 105 ◦ blue 122

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

Shades of Tapestry #BC697A

Tints of Tapestry #BC697A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.4%

R = 45.3%
G = 25.3%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC697A (or 0xBC697A) is known color: Tapestry. HEX triplet: BC, 69 and 7A. RGB value is (188,105,122). Sum of RGB (Red+Green+Blue) = 188+105+122=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC697A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC697A is #439685. Grayscale: #838383. Windows color (decimal): -4429446 or 8022460. OLE color: 8022460.

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

Color convert

RGB 188 105 122 -
CMYK 0 0.44 0.35 0.26
HSL 347.71º 0.38% 0.57% -
HSV(B) 347.71º 0.44% 0.74% -
XYZ 29.3 22.2 21.15 -
YUV 131.76 122.5 168.12 -
System Red Green Blue C M Y K H S L
Decimal 188 105 122 0 0.44 0.35 0.26 347.71 0.38 0.57
Hex BC 69 7A 0 2C 23 1A 15C 26 39
Octal 274 151 172 0 54 43 32 534 46 71
Binary 10111100 1101001 1111010 0 101100 100011 11010 101011100 100110 111001

Color Harmonies of #BC697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC697A

Black with #BC697A

Text Example


Text Example

White with #BC697A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC697A; }

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

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

background-color css

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

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

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

border-color css

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

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

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