Html Css Color HEX #BE7C81 Tapestry

📋 copy color: '#BE7C81'

red 190 ◦ green 124 ◦ blue 129

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

Shades of Tapestry #BE7C81

Tints of Tapestry #BE7C81

RGB

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

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

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

R = 42.89%
G = 27.99%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BE7C81 (or 0xBE7C81) is known color: Tapestry. HEX triplet: BE, 7C and 81. RGB value is (190,124,129). Sum of RGB (Red+Green+Blue) = 190+124+129=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 129 (50.78% from 255 or 29.12% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7C81 is #41837E. Grayscale: #909090. Windows color (decimal): -4293503 or 8486078. OLE color: 8486078.

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

Color convert

RGB 190 124 129 -
CMYK 0 0.35 0.32 0.25
HSL 355.45º 0.34% 0.62% -
HSV(B) 355.45º 0.35% 0.75% -
XYZ 32.41 26.95 24.26 -
YUV 144.3 119.37 160.59 -
System Red Green Blue C M Y K H S L
Decimal 190 124 129 0 0.35 0.32 0.25 355.45 0.34 0.62
Hex BE 7C 81 0 23 20 19 163 22 3E
Octal 276 174 201 0 43 40 31 543 42 76
Binary 10111110 1111100 10000001 0 100011 100000 11001 101100011 100010 111110

Color Harmonies of #BE7C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7C81

Black with #BE7C81

Text Example


Text Example

White with #BE7C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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