Html Css Color HEX #BE6376 Tapestry

📋 copy color: '#BE6376'

red 190 ◦ green 99 ◦ blue 118

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

Shades of Tapestry #BE6376

Tints of Tapestry #BE6376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.99%

R = 46.68%
G = 24.32%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#BE6376 (or 0xBE6376) is known color: Tapestry. HEX triplet: BE, 63 and 76. RGB value is (190,99,118). Sum of RGB (Red+Green+Blue) = 190+99+118=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 99 (39.06% from 255 or 24.32% from 407); Blue value is 118 (46.48% from 255 or 28.99% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6376 is #419C89. Grayscale: #808080. Windows color (decimal): -4299914 or 7758782. OLE color: 7758782.

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

Color convert

RGB 190 99 118 -
CMYK 0 0.48 0.38 0.25
HSL 347.47º 0.41% 0.57% -
HSV(B) 347.47º 0.48% 0.75% -
XYZ 28.97 21.18 19.7 -
YUV 128.38 122.15 171.96 -
System Red Green Blue C M Y K H S L
Decimal 190 99 118 0 0.48 0.38 0.25 347.47 0.41 0.57
Hex BE 63 76 0 30 26 19 15B 29 39
Octal 276 143 166 0 60 46 31 533 51 71
Binary 10111110 1100011 1110110 0 110000 100110 11001 101011011 101001 111001

Color Harmonies of #BE6376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6376

Black with #BE6376

Text Example


Text Example

White with #BE6376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6376; }

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

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

background-color css

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

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

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

border-color css

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

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

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