Html Css Color HEX #BE7A8E Tapestry

📋 copy color: '#BE7A8E'

red 190 ◦ green 122 ◦ blue 142

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

Shades of Tapestry #BE7A8E

Tints of Tapestry #BE7A8E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.87%

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

R = 41.85%
G = 26.87%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BE7A8E (or 0xBE7A8E) is known color: Tapestry. HEX triplet: BE, 7A and 8E. RGB value is (190,122,142). Sum of RGB (Red+Green+Blue) = 190+122+142=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 122 (48.05% from 255 or 26.87% from 454); Blue value is 142 (55.86% from 255 or 31.28% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7A8E is #418571. Grayscale: #909090. Windows color (decimal): -4294002 or 9337534. OLE color: 9337534.

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

Color convert

RGB 190 122 142 -
CMYK 0 0.36 0.25 0.25
HSL 342.35º 0.34% 0.61% -
HSV(B) 342.35º 0.36% 0.75% -
XYZ 33.08 26.82 29.02 -
YUV 144.61 126.53 160.37 -
System Red Green Blue C M Y K H S L
Decimal 190 122 142 0 0.36 0.25 0.25 342.35 0.34 0.61
Hex BE 7A 8E 0 24 19 19 156 22 3D
Octal 276 172 216 0 44 31 31 526 42 75
Binary 10111110 1111010 10001110 0 100100 11001 11001 101010110 100010 111101

Color Harmonies of #BE7A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7A8E

Black with #BE7A8E

Text Example


Text Example

White with #BE7A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7A8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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