Html Css Color HEX #BE768B Tapestry

📋 copy color: '#BE768B'

red 190 ◦ green 118 ◦ blue 139

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

Shades of Tapestry #BE768B

Tints of Tapestry #BE768B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.1%

R = 42.51%
G = 26.4%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BE768B (or 0xBE768B) is known color: Tapestry. HEX triplet: BE, 76 and 8B. RGB value is (190,118,139). Sum of RGB (Red+Green+Blue) = 190+118+139=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE768B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE768B is #418974. Grayscale: #8D8D8D. Windows color (decimal): -4295029 or 9139902. OLE color: 9139902.

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

Color convert

RGB 190 118 139 -
CMYK 0 0.38 0.27 0.25
HSL 342.5º 0.36% 0.6% -
HSV(B) 342.5º 0.38% 0.75% -
XYZ 32.37 25.77 27.69 -
YUV 141.92 126.35 162.29 -
System Red Green Blue C M Y K H S L
Decimal 190 118 139 0 0.38 0.27 0.25 342.5 0.36 0.6
Hex BE 76 8B 0 26 1B 19 156 24 3C
Octal 276 166 213 0 46 33 31 526 44 74
Binary 10111110 1110110 10001011 0 100110 11011 11001 101010110 100100 111100

Color Harmonies of #BE768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE768B

Black with #BE768B

Text Example


Text Example

White with #BE768B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE768B; }

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

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

background-color css

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

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

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

border-color css

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

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

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