Html Css Color HEX #BE768F Tapestry

📋 copy color: '#BE768F'

red 190 ◦ green 118 ◦ blue 143

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

Shades of Tapestry #BE768F

Tints of Tapestry #BE768F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.16%

 BLUE value IS 143 (56.25% from 255) = 31.71%

R = 42.13%
G = 26.16%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BE768F (or 0xBE768F) is known color: Tapestry. HEX triplet: BE, 76 and 8F. RGB value is (190,118,143). Sum of RGB (Red+Green+Blue) = 190+118+143=451 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.13% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 190 - color contains mainly: red. Hex color #BE768F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE768F is #418970. Grayscale: #8E8E8E. Windows color (decimal): -4295025 or 9402046. OLE color: 9402046.

HSL color Cylindrical-coordinate representation of color #BE768F: hue angle of 339.17º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BE768F is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 118 143 -
CMYK 0 0.38 0.25 0.25
HSL 339.17º 0.36% 0.6% -
HSV(B) 339.17º 0.38% 0.75% -
XYZ 32.67 25.89 29.26 -
YUV 142.38 128.35 161.97 -
System Red Green Blue C M Y K H S L
Decimal 190 118 143 0 0.38 0.25 0.25 339.17 0.36 0.6
Hex BE 76 8F 0 26 19 19 153 24 3C
Octal 276 166 217 0 46 31 31 523 44 74
Binary 10111110 1110110 10001111 0 100110 11001 11001 101010011 100100 111100

Color Harmonies of #BE768F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE768F

Black with #BE768F

Text Example


Text Example

White with #BE768F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE768F; }

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

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

background-color css

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

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

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

border-color css

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

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

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