Html Css Color HEX #BE7378 Tapestry

📋 copy color: '#BE7378'

red 190 ◦ green 115 ◦ blue 120

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

Shades of Tapestry #BE7378

Tints of Tapestry #BE7378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.24%

R = 44.71%
G = 27.06%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BE7378 (or 0xBE7378) is known color: Tapestry. HEX triplet: BE, 73 and 78. RGB value is (190,115,120). Sum of RGB (Red+Green+Blue) = 190+115+120=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 115 (45.31% from 255 or 27.06% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7378 is #418C87. Grayscale: #8A8A8A. Windows color (decimal): -4295816 or 7893950. OLE color: 7893950.

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

Color convert

RGB 190 115 120 -
CMYK 0 0.39 0.37 0.25
HSL 356º 0.37% 0.6% -
HSV(B) 356º 0.39% 0.75% -
XYZ 30.76 24.56 20.89 -
YUV 138 117.85 165.09 -
System Red Green Blue C M Y K H S L
Decimal 190 115 120 0 0.39 0.37 0.25 356 0.37 0.6
Hex BE 73 78 0 27 25 19 164 25 3C
Octal 276 163 170 0 47 45 31 544 45 74
Binary 10111110 1110011 1111000 0 100111 100101 11001 101100100 100101 111100

Color Harmonies of #BE7378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7378

Black with #BE7378

Text Example


Text Example

White with #BE7378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7378; }

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

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

background-color css

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

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

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

border-color css

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

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

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