Html Css Color HEX #BE7E8D Tapestry

📋 copy color: '#BE7E8D'

red 190 ◦ green 126 ◦ blue 141

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

Shades of Tapestry #BE7E8D

Tints of Tapestry #BE7E8D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.57%

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

R = 41.58%
G = 27.57%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE7E8D (or 0xBE7E8D) is known color: Tapestry. HEX triplet: BE, 7E and 8D. RGB value is (190,126,141). Sum of RGB (Red+Green+Blue) = 190+126+141=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 141 (55.47% from 255 or 30.85% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7E8D is #418172. Grayscale: #929292. Windows color (decimal): -4292979 or 9273022. OLE color: 9273022.

HSL color Cylindrical-coordinate representation of color #BE7E8D: hue angle of 345.94º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BE7E8D is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 126 141 -
CMYK 0 0.34 0.26 0.25
HSL 345.94º 0.33% 0.62% -
HSV(B) 345.94º 0.34% 0.75% -
XYZ 33.5 27.79 28.8 -
YUV 146.85 124.7 158.78 -
System Red Green Blue C M Y K H S L
Decimal 190 126 141 0 0.34 0.26 0.25 345.94 0.33 0.62
Hex BE 7E 8D 0 22 1A 19 15A 21 3E
Octal 276 176 215 0 42 32 31 532 41 76
Binary 10111110 1111110 10001101 0 100010 11010 11001 101011010 100001 111110

Color Harmonies of #BE7E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7E8D

Black with #BE7E8D

Text Example


Text Example

White with #BE7E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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