Html Css Color HEX #BE748D Tapestry

📋 copy color: '#BE748D'

red 190 ◦ green 116 ◦ blue 141

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

Shades of Tapestry #BE748D

Tints of Tapestry #BE748D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.95%

 BLUE value IS 141 (55.47% from 255) = 31.54%

R = 42.51%
G = 25.95%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE748D (or 0xBE748D) is known color: Tapestry. HEX triplet: BE, 74 and 8D. RGB value is (190,116,141). Sum of RGB (Red+Green+Blue) = 190+116+141=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 141 (55.47% from 255 or 31.54% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE748D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE748D is #418B72. Grayscale: #8C8C8C. Windows color (decimal): -4295539 or 9270462. OLE color: 9270462.

HSL color Cylindrical-coordinate representation of color #BE748D: hue angle of 339.73º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE748D is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 116 141 -
CMYK 0 0.39 0.26 0.25
HSL 339.73º 0.36% 0.6% -
HSV(B) 339.73º 0.39% 0.75% -
XYZ 32.29 25.36 28.39 -
YUV 140.98 128.02 162.97 -
System Red Green Blue C M Y K H S L
Decimal 190 116 141 0 0.39 0.26 0.25 339.73 0.36 0.6
Hex BE 74 8D 0 27 1A 19 154 24 3C
Octal 276 164 215 0 47 32 31 524 44 74
Binary 10111110 1110100 10001101 0 100111 11010 11001 101010100 100100 111100

Color Harmonies of #BE748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE748D

Black with #BE748D

Text Example


Text Example

White with #BE748D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE748D; }

 p { color: rgb(190,116,141); }

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

background-color css

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

 a { background-color: rgb(190,116,141); }

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

border-color css

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

 span { border-color: rgb(190,116,141); }

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