Html Css Color HEX #BE768D Tapestry

📋 copy color: '#BE768D'

red 190 ◦ green 118 ◦ blue 141

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

Shades of Tapestry #BE768D

Tints of Tapestry #BE768D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.4%

R = 42.32%
G = 26.28%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE768D (or 0xBE768D) is known color: Tapestry. HEX triplet: BE, 76 and 8D. RGB value is (190,118,141). Sum of RGB (Red+Green+Blue) = 190+118+141=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE768D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE768D is #418972. Grayscale: #8E8E8E. Windows color (decimal): -4295027 or 9270974. OLE color: 9270974.

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

Color convert

RGB 190 118 141 -
CMYK 0 0.38 0.26 0.25
HSL 340.83º 0.36% 0.6% -
HSV(B) 340.83º 0.38% 0.75% -
XYZ 32.52 25.83 28.47 -
YUV 142.15 127.35 162.13 -
System Red Green Blue C M Y K H S L
Decimal 190 118 141 0 0.38 0.26 0.25 340.83 0.36 0.6
Hex BE 76 8D 0 26 1A 19 155 24 3C
Octal 276 166 215 0 46 32 31 525 44 74
Binary 10111110 1110110 10001101 0 100110 11010 11001 101010101 100100 111100

Color Harmonies of #BE768D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE768D

Black with #BE768D

Text Example


Text Example

White with #BE768D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE768D; }

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

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

background-color css

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

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

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

border-color css

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

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

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