Html Css Color HEX #BE7A85 Tapestry

📋 copy color: '#BE7A85'

red 190 ◦ green 122 ◦ blue 133

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

Shades of Tapestry #BE7A85

Tints of Tapestry #BE7A85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 29.89%

R = 42.7%
G = 27.42%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.3

 K value IS 0.25

RGB Variations

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

Color information

#BE7A85 (or 0xBE7A85) is known color: Tapestry. HEX triplet: BE, 7A and 85. RGB value is (190,122,133). Sum of RGB (Red+Green+Blue) = 190+122+133=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7A85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7A85 is #41857A. Grayscale: #8F8F8F. Windows color (decimal): -4294011 or 8747710. OLE color: 8747710.

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

Color convert

RGB 190 122 133 -
CMYK 0 0.36 0.3 0.25
HSL 350.29º 0.34% 0.61% -
HSV(B) 350.29º 0.36% 0.75% -
XYZ 32.43 26.56 25.61 -
YUV 143.59 122.03 161.11 -
System Red Green Blue C M Y K H S L
Decimal 190 122 133 0 0.36 0.3 0.25 350.29 0.34 0.61
Hex BE 7A 85 0 24 1E 19 15E 22 3D
Octal 276 172 205 0 44 36 31 536 42 75
Binary 10111110 1111010 10000101 0 100100 11110 11001 101011110 100010 111101

Color Harmonies of #BE7A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7A85

Black with #BE7A85

Text Example


Text Example

White with #BE7A85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7A85; }

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

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

background-color css

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

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

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

border-color css

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

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

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