Html Css Color HEX #BE7F87 Tapestry

📋 copy color: '#BE7F87'

red 190 ◦ green 127 ◦ blue 135

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

Shades of Tapestry #BE7F87

Tints of Tapestry #BE7F87

RGB

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

 GREEN value IS 127 (50% from 255) = 28.1%

 BLUE value IS 135 (53.13% from 255) = 29.87%

R = 42.04%
G = 28.1%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BE7F87 (or 0xBE7F87) is known color: Tapestry. HEX triplet: BE, 7F and 87. RGB value is (190,127,135). Sum of RGB (Red+Green+Blue) = 190+127+135=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 135 (53.12% from 255 or 29.87% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7F87 is #418078. Grayscale: #929292. Windows color (decimal): -4292729 or 8880062. OLE color: 8880062.

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

Color convert

RGB 190 127 135 -
CMYK 0 0.33 0.29 0.25
HSL 352.38º 0.33% 0.62% -
HSV(B) 352.38º 0.33% 0.75% -
XYZ 33.2 27.88 26.55 -
YUV 146.75 121.37 158.85 -
System Red Green Blue C M Y K H S L
Decimal 190 127 135 0 0.33 0.29 0.25 352.38 0.33 0.62
Hex BE 7F 87 0 21 1D 19 160 21 3E
Octal 276 177 207 0 41 35 31 540 41 76
Binary 10111110 1111111 10000111 0 100001 11101 11001 101100000 100001 111110

Color Harmonies of #BE7F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7F87

Black with #BE7F87

Text Example


Text Example

White with #BE7F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7F87; }

 p { color: rgb(190,127,135); }

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

background-color css

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

 a { background-color: rgb(190,127,135); }

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

border-color css

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

 span { border-color: rgb(190,127,135); }

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