Html Css Color HEX #BE737C Tapestry

📋 copy color: '#BE737C'

red 190 ◦ green 115 ◦ blue 124

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

Shades of Tapestry #BE737C

Tints of Tapestry #BE737C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.81%

 BLUE value IS 124 (48.83% from 255) = 28.9%

R = 44.29%
G = 26.81%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BE737C (or 0xBE737C) is known color: Tapestry. HEX triplet: BE, 73 and 7C. RGB value is (190,115,124). Sum of RGB (Red+Green+Blue) = 190+115+124=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE737C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE737C is #418C83. Grayscale: #8A8A8A. Windows color (decimal): -4295812 or 8156094. OLE color: 8156094.

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

Color convert

RGB 190 115 124 -
CMYK 0 0.39 0.35 0.25
HSL 352.8º 0.37% 0.6% -
HSV(B) 352.8º 0.39% 0.75% -
XYZ 31 24.66 22.2 -
YUV 138.45 119.85 164.77 -
System Red Green Blue C M Y K H S L
Decimal 190 115 124 0 0.39 0.35 0.25 352.8 0.37 0.6
Hex BE 73 7C 0 27 23 19 161 25 3C
Octal 276 163 174 0 47 43 31 541 45 74
Binary 10111110 1110011 1111100 0 100111 100011 11001 101100001 100101 111100

Color Harmonies of #BE737C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE737C

Black with #BE737C

Text Example


Text Example

White with #BE737C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE737C; }

 p { color: rgb(190,115,124); }

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

background-color css

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

 a { background-color: rgb(190,115,124); }

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

border-color css

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

 span { border-color: rgb(190,115,124); }

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