Html Css Color HEX #BE6678 Tapestry

📋 copy color: '#BE6678'

red 190 ◦ green 102 ◦ blue 120

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

Shades of Tapestry #BE6678

Tints of Tapestry #BE6678

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.76%

 BLUE value IS 120 (47.27% from 255) = 29.13%

R = 46.12%
G = 24.76%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BE6678 (or 0xBE6678) is known color: Tapestry. HEX triplet: BE, 66 and 78. RGB value is (190,102,120). Sum of RGB (Red+Green+Blue) = 190+102+120=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 102 (40.23% from 255 or 24.76% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6678 is #419987. Grayscale: #828282. Windows color (decimal): -4299144 or 7890622. OLE color: 7890622.

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

Color convert

RGB 190 102 120 -
CMYK 0 0.46 0.37 0.25
HSL 347.73º 0.4% 0.57% -
HSV(B) 347.73º 0.46% 0.75% -
XYZ 29.38 21.81 20.43 -
YUV 130.36 122.15 170.54 -
System Red Green Blue C M Y K H S L
Decimal 190 102 120 0 0.46 0.37 0.25 347.73 0.4 0.57
Hex BE 66 78 0 2E 25 19 15C 28 39
Octal 276 146 170 0 56 45 31 534 50 71
Binary 10111110 1100110 1111000 0 101110 100101 11001 101011100 101000 111001

Color Harmonies of #BE6678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6678

Black with #BE6678

Text Example


Text Example

White with #BE6678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6678; }

 p { color: rgb(190,102,120); }

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

background-color css

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

 a { background-color: rgb(190,102,120); }

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

border-color css

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

 span { border-color: rgb(190,102,120); }

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