Html Css Color HEX #BE737D Tapestry

📋 copy color: '#BE737D'

red 190 ◦ green 115 ◦ blue 125

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

Shades of Tapestry #BE737D

Tints of Tapestry #BE737D

RGB

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

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

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

R = 44.19%
G = 26.74%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BE737D (or 0xBE737D) is known color: Tapestry. HEX triplet: BE, 73 and 7D. RGB value is (190,115,125). Sum of RGB (Red+Green+Blue) = 190+115+125=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE737D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE737D is #418C82. Grayscale: #8A8A8A. Windows color (decimal): -4295811 or 8221630. OLE color: 8221630.

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

Color convert

RGB 190 115 125 -
CMYK 0 0.39 0.34 0.25
HSL 352º 0.37% 0.6% -
HSV(B) 352º 0.39% 0.75% -
XYZ 31.07 24.69 22.53 -
YUV 138.57 120.35 164.69 -
System Red Green Blue C M Y K H S L
Decimal 190 115 125 0 0.39 0.34 0.25 352 0.37 0.6
Hex BE 73 7D 0 27 22 19 160 25 3C
Octal 276 163 175 0 47 42 31 540 45 74
Binary 10111110 1110011 1111101 0 100111 100010 11001 101100000 100101 111100

Color Harmonies of #BE737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE737D

Black with #BE737D

Text Example


Text Example

White with #BE737D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE737D; }

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

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

background-color css

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

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

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

border-color css

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

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

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