Html Css Color HEX #BE657D Tapestry

📋 copy color: '#BE657D'

red 190 ◦ green 101 ◦ blue 125

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

Shades of Tapestry #BE657D

Tints of Tapestry #BE657D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.05%

R = 45.67%
G = 24.28%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE657D (or 0xBE657D) is known color: Tapestry. HEX triplet: BE, 65 and 7D. RGB value is (190,101,125). Sum of RGB (Red+Green+Blue) = 190+101+125=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 101 (39.84% from 255 or 24.28% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE657D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE657D is #419A82. Grayscale: #828282. Windows color (decimal): -4299395 or 8218046. OLE color: 8218046.

HSL color Cylindrical-coordinate representation of color #BE657D: hue angle of 343.82º 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 #BE657D is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 101 125 -
CMYK 0 0.47 0.34 0.25
HSL 343.82º 0.41% 0.57% -
HSV(B) 343.82º 0.47% 0.75% -
XYZ 29.59 21.74 22.04 -
YUV 130.35 124.99 170.55 -
System Red Green Blue C M Y K H S L
Decimal 190 101 125 0 0.47 0.34 0.25 343.82 0.41 0.57
Hex BE 65 7D 0 2F 22 19 158 29 39
Octal 276 145 175 0 57 42 31 530 51 71
Binary 10111110 1100101 1111101 0 101111 100010 11001 101011000 101001 111001

Color Harmonies of #BE657D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE657D

Black with #BE657D

Text Example


Text Example

White with #BE657D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE657D; }

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

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

background-color css

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

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

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

border-color css

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

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

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