Html Css Color HEX #BE6377 Tapestry

📋 copy color: '#BE6377'

red 190 ◦ green 99 ◦ blue 119

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

Shades of Tapestry #BE6377

Tints of Tapestry #BE6377

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.26%

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

R = 46.57%
G = 24.26%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BE6377 (or 0xBE6377) is known color: Tapestry. HEX triplet: BE, 63 and 77. RGB value is (190,99,119). Sum of RGB (Red+Green+Blue) = 190+99+119=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 99 (39.06% from 255 or 24.26% from 408); Blue value is 119 (46.88% from 255 or 29.17% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6377 is #419C88. Grayscale: #808080. Windows color (decimal): -4299913 or 7824318. OLE color: 7824318.

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

Color convert

RGB 190 99 119 -
CMYK 0 0.48 0.37 0.25
HSL 346.81º 0.41% 0.57% -
HSV(B) 346.81º 0.48% 0.75% -
XYZ 29.03 21.2 20.02 -
YUV 128.49 122.65 171.87 -
System Red Green Blue C M Y K H S L
Decimal 190 99 119 0 0.48 0.37 0.25 346.81 0.41 0.57
Hex BE 63 77 0 30 25 19 15B 29 39
Octal 276 143 167 0 60 45 31 533 51 71
Binary 10111110 1100011 1110111 0 110000 100101 11001 101011011 101001 111001

Color Harmonies of #BE6377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6377

Black with #BE6377

Text Example


Text Example

White with #BE6377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6377; }

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

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

background-color css

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

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

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

border-color css

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

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

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