Html Css Color HEX #BE6477 Tapestry

📋 copy color: '#BE6477'

red 190 ◦ green 100 ◦ blue 119

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

Shades of Tapestry #BE6477

Tints of Tapestry #BE6477

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.45%

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

R = 46.45%
G = 24.45%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BE6477 (or 0xBE6477) is known color: Tapestry. HEX triplet: BE, 64 and 77. RGB value is (190,100,119). Sum of RGB (Red+Green+Blue) = 190+100+119=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 100 (39.45% from 255 or 24.45% from 409); Blue value is 119 (46.88% from 255 or 29.10% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6477 is #419B88. Grayscale: #818181. Windows color (decimal): -4299657 or 7824574. OLE color: 7824574.

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

Color convert

RGB 190 100 119 -
CMYK 0 0.47 0.37 0.25
HSL 347.33º 0.41% 0.57% -
HSV(B) 347.33º 0.47% 0.75% -
XYZ 29.12 21.39 20.05 -
YUV 129.08 122.32 171.46 -
System Red Green Blue C M Y K H S L
Decimal 190 100 119 0 0.47 0.37 0.25 347.33 0.41 0.57
Hex BE 64 77 0 2F 25 19 15B 29 39
Octal 276 144 167 0 57 45 31 533 51 71
Binary 10111110 1100100 1110111 0 101111 100101 11001 101011011 101001 111001

Color Harmonies of #BE6477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6477

Black with #BE6477

Text Example


Text Example

White with #BE6477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6477; }

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

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

background-color css

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

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

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

border-color css

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

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

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