Html Css Color HEX #BE657A Tapestry

📋 copy color: '#BE657A'

red 190 ◦ green 101 ◦ blue 122

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

Shades of Tapestry #BE657A

Tints of Tapestry #BE657A

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.46%

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

R = 46%
G = 24.46%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE657A (or 0xBE657A) is known color: Tapestry. HEX triplet: BE, 65 and 7A. RGB value is (190,101,122). Sum of RGB (Red+Green+Blue) = 190+101+122=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE657A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE657A is #419A85. Grayscale: #828282. Windows color (decimal): -4299398 or 8021438. OLE color: 8021438.

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

Color convert

RGB 190 101 122 -
CMYK 0 0.47 0.36 0.25
HSL 345.84º 0.41% 0.57% -
HSV(B) 345.84º 0.47% 0.75% -
XYZ 29.4 21.66 21.04 -
YUV 130.01 123.49 170.79 -
System Red Green Blue C M Y K H S L
Decimal 190 101 122 0 0.47 0.36 0.25 345.84 0.41 0.57
Hex BE 65 7A 0 2F 24 19 15A 29 39
Octal 276 145 172 0 57 44 31 532 51 71
Binary 10111110 1100101 1111010 0 101111 100100 11001 101011010 101001 111001

Color Harmonies of #BE657A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE657A

Black with #BE657A

Text Example


Text Example

White with #BE657A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE657A; }

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

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

background-color css

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

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

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

border-color css

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

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

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