Html Css Color HEX #BE697A Tapestry

📋 copy color: '#BE697A'

red 190 ◦ green 105 ◦ blue 122

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

Shades of Tapestry #BE697A

Tints of Tapestry #BE697A

RGB

 RED value IS 190 (74.61% from 255) = 45.56%

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

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

R = 45.56%
G = 25.18%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE697A (or 0xBE697A) is known color: Tapestry. HEX triplet: BE, 69 and 7A. RGB value is (190,105,122). Sum of RGB (Red+Green+Blue) = 190+105+122=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE697A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE697A is #419685. Grayscale: #848484. Windows color (decimal): -4298374 or 8022462. OLE color: 8022462.

HSL color Cylindrical-coordinate representation of color #BE697A: hue angle of 348º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE697A is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 105 122 -
CMYK 0 0.45 0.36 0.25
HSL 348º 0.4% 0.58% -
HSV(B) 348º 0.45% 0.75% -
XYZ 29.8 22.46 21.18 -
YUV 132.35 122.16 169.12 -
System Red Green Blue C M Y K H S L
Decimal 190 105 122 0 0.45 0.36 0.25 348 0.4 0.58
Hex BE 69 7A 0 2D 24 19 15C 28 3A
Octal 276 151 172 0 55 44 31 534 50 72
Binary 10111110 1101001 1111010 0 101101 100100 11001 101011100 101000 111010

Color Harmonies of #BE697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE697A

Black with #BE697A

Text Example


Text Example

White with #BE697A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE697A; }

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

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

background-color css

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

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

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

border-color css

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

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

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