Html Css Color HEX #BE7C8E Tapestry

📋 copy color: '#BE7C8E'

red 190 ◦ green 124 ◦ blue 142

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

Shades of Tapestry #BE7C8E

Tints of Tapestry #BE7C8E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.19%

 BLUE value IS 142 (55.86% from 255) = 31.14%

R = 41.67%
G = 27.19%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BE7C8E (or 0xBE7C8E) is known color: Tapestry. HEX triplet: BE, 7C and 8E. RGB value is (190,124,142). Sum of RGB (Red+Green+Blue) = 190+124+142=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 142 (55.86% from 255 or 31.14% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7C8E is #418371. Grayscale: #919191. Windows color (decimal): -4293490 or 9338046. OLE color: 9338046.

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

Color convert

RGB 190 124 142 -
CMYK 0 0.35 0.25 0.25
HSL 343.64º 0.34% 0.62% -
HSV(B) 343.64º 0.35% 0.75% -
XYZ 33.33 27.32 29.11 -
YUV 145.79 125.87 159.54 -
System Red Green Blue C M Y K H S L
Decimal 190 124 142 0 0.35 0.25 0.25 343.64 0.34 0.62
Hex BE 7C 8E 0 23 19 19 158 22 3E
Octal 276 174 216 0 43 31 31 530 42 76
Binary 10111110 1111100 10001110 0 100011 11001 11001 101011000 100010 111110

Color Harmonies of #BE7C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7C8E

Black with #BE7C8E

Text Example


Text Example

White with #BE7C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7C8E; }

 p { color: rgb(190,124,142); }

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

background-color css

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

 a { background-color: rgb(190,124,142); }

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

border-color css

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

 span { border-color: rgb(190,124,142); }

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