Html Css Color HEX #BE7C85 Tapestry

📋 copy color: '#BE7C85'

red 190 ◦ green 124 ◦ blue 133

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

Shades of Tapestry #BE7C85

Tints of Tapestry #BE7C85

RGB

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

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

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

R = 42.51%
G = 27.74%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.3

 K value IS 0.25

RGB Variations

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

Color information

#BE7C85 (or 0xBE7C85) is known color: Tapestry. HEX triplet: BE, 7C and 85. RGB value is (190,124,133). Sum of RGB (Red+Green+Blue) = 190+124+133=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 124 (48.83% from 255 or 27.74% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7C85 is #41837A. Grayscale: #909090. Windows color (decimal): -4293499 or 8748222. OLE color: 8748222.

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

Color convert

RGB 190 124 133 -
CMYK 0 0.35 0.3 0.25
HSL 351.82º 0.34% 0.62% -
HSV(B) 351.82º 0.35% 0.75% -
XYZ 32.68 27.06 25.69 -
YUV 144.76 121.37 160.27 -
System Red Green Blue C M Y K H S L
Decimal 190 124 133 0 0.35 0.3 0.25 351.82 0.34 0.62
Hex BE 7C 85 0 23 1E 19 160 22 3E
Octal 276 174 205 0 43 36 31 540 42 76
Binary 10111110 1111100 10000101 0 100011 11110 11001 101100000 100010 111110

Color Harmonies of #BE7C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7C85

Black with #BE7C85

Text Example


Text Example

White with #BE7C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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