Html Css Color HEX #BE6C7A Tapestry

📋 copy color: '#BE6C7A'

red 190 ◦ green 108 ◦ blue 122

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

Shades of Tapestry #BE6C7A

Tints of Tapestry #BE6C7A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.71%

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

R = 45.24%
G = 25.71%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE6C7A (or 0xBE6C7A) is known color: Tapestry. HEX triplet: BE, 6C and 7A. RGB value is (190,108,122). Sum of RGB (Red+Green+Blue) = 190+108+122=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 108 (42.58% from 255 or 25.71% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6C7A is #419385. Grayscale: #868686. Windows color (decimal): -4297606 or 8023230. OLE color: 8023230.

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

Color convert

RGB 190 108 122 -
CMYK 0 0.43 0.36 0.25
HSL 349.76º 0.39% 0.58% -
HSV(B) 349.76º 0.43% 0.75% -
XYZ 30.11 23.08 21.28 -
YUV 134.11 121.17 167.86 -
System Red Green Blue C M Y K H S L
Decimal 190 108 122 0 0.43 0.36 0.25 349.76 0.39 0.58
Hex BE 6C 7A 0 2B 24 19 15E 27 3A
Octal 276 154 172 0 53 44 31 536 47 72
Binary 10111110 1101100 1111010 0 101011 100100 11001 101011110 100111 111010

Color Harmonies of #BE6C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6C7A

Black with #BE6C7A

Text Example


Text Example

White with #BE6C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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