Html Css Color HEX #BE7881 Tapestry

📋 copy color: '#BE7881'

red 190 ◦ green 120 ◦ blue 129

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

Shades of Tapestry #BE7881

Tints of Tapestry #BE7881

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.33%

 BLUE value IS 129 (50.78% from 255) = 29.38%

R = 43.28%
G = 27.33%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BE7881 (or 0xBE7881) is known color: Tapestry. HEX triplet: BE, 78 and 81. RGB value is (190,120,129). Sum of RGB (Red+Green+Blue) = 190+120+129=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 120 (47.27% from 255 or 27.33% from 439); Blue value is 129 (50.78% from 255 or 29.38% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7881 is #41877E. Grayscale: #8D8D8D. Windows color (decimal): -4294527 or 8485054. OLE color: 8485054.

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

Color convert

RGB 190 120 129 -
CMYK 0 0.37 0.32 0.25
HSL 352.29º 0.35% 0.61% -
HSV(B) 352.29º 0.37% 0.75% -
XYZ 31.91 25.97 24.1 -
YUV 141.96 120.69 162.27 -
System Red Green Blue C M Y K H S L
Decimal 190 120 129 0 0.37 0.32 0.25 352.29 0.35 0.61
Hex BE 78 81 0 25 20 19 160 23 3D
Octal 276 170 201 0 45 40 31 540 43 75
Binary 10111110 1111000 10000001 0 100101 100000 11001 101100000 100011 111101

Color Harmonies of #BE7881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7881

Black with #BE7881

Text Example


Text Example

White with #BE7881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7881; }

 p { color: rgb(190,120,129); }

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

background-color css

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

 a { background-color: rgb(190,120,129); }

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

border-color css

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

 span { border-color: rgb(190,120,129); }

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