Html Css Color HEX #BE637A Tapestry

📋 copy color: '#BE637A'

red 190 ◦ green 99 ◦ blue 122

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

Shades of Tapestry #BE637A

Tints of Tapestry #BE637A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.09%

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

R = 46.23%
G = 24.09%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BE637A (or 0xBE637A) is known color: Tapestry. HEX triplet: BE, 63 and 7A. RGB value is (190,99,122). Sum of RGB (Red+Green+Blue) = 190+99+122=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 99 (39.06% from 255 or 24.09% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE637A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE637A is #419C85. Grayscale: #808080. Windows color (decimal): -4299910 or 8020926. OLE color: 8020926.

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

Color convert

RGB 190 99 122 -
CMYK 0 0.48 0.36 0.25
HSL 344.84º 0.41% 0.57% -
HSV(B) 344.84º 0.48% 0.75% -
XYZ 29.21 21.28 20.98 -
YUV 128.83 124.15 171.63 -
System Red Green Blue C M Y K H S L
Decimal 190 99 122 0 0.48 0.36 0.25 344.84 0.41 0.57
Hex BE 63 7A 0 30 24 19 159 29 39
Octal 276 143 172 0 60 44 31 531 51 71
Binary 10111110 1100011 1111010 0 110000 100100 11001 101011001 101001 111001

Color Harmonies of #BE637A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE637A

Black with #BE637A

Text Example


Text Example

White with #BE637A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE637A; }

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

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

background-color css

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

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

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

border-color css

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

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

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