Html Css Color HEX #BE7D8E Tapestry

📋 copy color: '#BE7D8E'

red 190 ◦ green 125 ◦ blue 142

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

Shades of Tapestry #BE7D8E

Tints of Tapestry #BE7D8E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.35%

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

R = 41.58%
G = 27.35%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BE7D8E (or 0xBE7D8E) is known color: Tapestry. HEX triplet: BE, 7D and 8E. RGB value is (190,125,142). Sum of RGB (Red+Green+Blue) = 190+125+142=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 142 (55.86% from 255 or 31.07% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7D8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7D8E is #418271. Grayscale: #929292. Windows color (decimal): -4293234 or 9338302. OLE color: 9338302.

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

Color convert

RGB 190 125 142 -
CMYK 0 0.34 0.25 0.25
HSL 344.31º 0.33% 0.62% -
HSV(B) 344.31º 0.34% 0.75% -
XYZ 33.45 27.57 29.15 -
YUV 146.37 125.53 159.12 -
System Red Green Blue C M Y K H S L
Decimal 190 125 142 0 0.34 0.25 0.25 344.31 0.33 0.62
Hex BE 7D 8E 0 22 19 19 158 21 3E
Octal 276 175 216 0 42 31 31 530 41 76
Binary 10111110 1111101 10001110 0 100010 11001 11001 101011000 100001 111110

Color Harmonies of #BE7D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7D8E

Black with #BE7D8E

Text Example


Text Example

White with #BE7D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7D8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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