Html Css Color HEX #BE6177 Tapestry

📋 copy color: '#BE6177'

red 190 ◦ green 97 ◦ blue 119

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

Shades of Tapestry #BE6177

Tints of Tapestry #BE6177

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.89%

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

R = 46.8%
G = 23.89%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BE6177 (or 0xBE6177) is known color: Tapestry. HEX triplet: BE, 61 and 77. RGB value is (190,97,119). Sum of RGB (Red+Green+Blue) = 190+97+119=406 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.80% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 119 (46.88% from 255 or 29.31% from 406); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6177 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6177 is #419E88. Grayscale: #7F7F7F. Windows color (decimal): -4300425 or 7823806. OLE color: 7823806.

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

Color convert

RGB 190 97 119 -
CMYK 0 0.49 0.37 0.25
HSL 345.81º 0.42% 0.56% -
HSV(B) 345.81º 0.49% 0.75% -
XYZ 28.84 20.83 19.95 -
YUV 127.32 123.31 172.71 -
System Red Green Blue C M Y K H S L
Decimal 190 97 119 0 0.49 0.37 0.25 345.81 0.42 0.56
Hex BE 61 77 0 31 25 19 15A 2A 38
Octal 276 141 167 0 61 45 31 532 52 70
Binary 10111110 1100001 1110111 0 110001 100101 11001 101011010 101010 111000

Color Harmonies of #BE6177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6177

Black with #BE6177

Text Example


Text Example

White with #BE6177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6177; }

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

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

background-color css

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

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

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

border-color css

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

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

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