Html Css Color HEX #BC697E Tapestry

📋 copy color: '#BC697E'

red 188 ◦ green 105 ◦ blue 126

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

Shades of Tapestry #BC697E

Tints of Tapestry #BC697E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.07%

R = 44.87%
G = 25.06%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#BC697E (or 0xBC697E) is known color: Tapestry. HEX triplet: BC, 69 and 7E. RGB value is (188,105,126). Sum of RGB (Red+Green+Blue) = 188+105+126=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC697E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC697E is #439681. Grayscale: #848484. Windows color (decimal): -4429442 or 8284604. OLE color: 8284604.

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

Color convert

RGB 188 105 126 -
CMYK 0 0.44 0.33 0.26
HSL 344.82º 0.38% 0.57% -
HSV(B) 344.82º 0.44% 0.74% -
XYZ 29.56 22.3 22.49 -
YUV 132.21 124.5 167.79 -
System Red Green Blue C M Y K H S L
Decimal 188 105 126 0 0.44 0.33 0.26 344.82 0.38 0.57
Hex BC 69 7E 0 2C 21 1A 159 26 39
Octal 274 151 176 0 54 41 32 531 46 71
Binary 10111100 1101001 1111110 0 101100 100001 11010 101011001 100110 111001

Color Harmonies of #BC697E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC697E

Black with #BC697E

Text Example


Text Example

White with #BC697E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC697E; }

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

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

background-color css

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

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

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

border-color css

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

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

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