Html Css Color HEX #BE7177 Tapestry

📋 copy color: '#BE7177'

red 190 ◦ green 113 ◦ blue 119

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

Shades of Tapestry #BE7177

Tints of Tapestry #BE7177

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.78%

 BLUE value IS 119 (46.88% from 255) = 28.2%

R = 45.02%
G = 26.78%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BE7177 (or 0xBE7177) is known color: Tapestry. HEX triplet: BE, 71 and 77. RGB value is (190,113,119). Sum of RGB (Red+Green+Blue) = 190+113+119=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 119 (46.88% from 255 or 28.20% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE7177 is #418E88. Grayscale: #888888. Windows color (decimal): -4296329 or 7827902. OLE color: 7827902.

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

Color convert

RGB 190 113 119 -
CMYK 0 0.41 0.37 0.25
HSL 355.32º 0.37% 0.59% -
HSV(B) 355.32º 0.41% 0.75% -
XYZ 30.47 24.09 20.5 -
YUV 136.71 118.01 166.01 -
System Red Green Blue C M Y K H S L
Decimal 190 113 119 0 0.41 0.37 0.25 355.32 0.37 0.59
Hex BE 71 77 0 29 25 19 163 25 3B
Octal 276 161 167 0 51 45 31 543 45 73
Binary 10111110 1110001 1110111 0 101001 100101 11001 101100011 100101 111011

Color Harmonies of #BE7177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7177

Black with #BE7177

Text Example


Text Example

White with #BE7177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7177; }

 p { color: rgb(190,113,119); }

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

background-color css

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

 a { background-color: rgb(190,113,119); }

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

border-color css

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

 span { border-color: rgb(190,113,119); }

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