Html Css Color HEX #BE6978 Tapestry

📋 copy color: '#BE6978'

red 190 ◦ green 105 ◦ blue 120

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

Shades of Tapestry #BE6978

Tints of Tapestry #BE6978

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.3%

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

R = 45.78%
G = 25.3%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BE6978 (or 0xBE6978) is known color: Tapestry. HEX triplet: BE, 69 and 78. RGB value is (190,105,120). Sum of RGB (Red+Green+Blue) = 190+105+120=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6978 is #419687. Grayscale: #848484. Windows color (decimal): -4298376 or 7891390. OLE color: 7891390.

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

Color convert

RGB 190 105 120 -
CMYK 0 0.45 0.37 0.25
HSL 349.41º 0.4% 0.58% -
HSV(B) 349.41º 0.45% 0.75% -
XYZ 29.68 22.41 20.53 -
YUV 132.13 121.16 169.28 -
System Red Green Blue C M Y K H S L
Decimal 190 105 120 0 0.45 0.37 0.25 349.41 0.4 0.58
Hex BE 69 78 0 2D 25 19 15D 28 3A
Octal 276 151 170 0 55 45 31 535 50 72
Binary 10111110 1101001 1111000 0 101101 100101 11001 101011101 101000 111010

Color Harmonies of #BE6978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6978

Black with #BE6978

Text Example


Text Example

White with #BE6978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6978; }

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

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

background-color css

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

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

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

border-color css

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

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

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