Html Css Color HEX #BE748F Tapestry

📋 copy color: '#BE748F'

red 190 ◦ green 116 ◦ blue 143

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

Shades of Tapestry #BE748F

Tints of Tapestry #BE748F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.85%

R = 42.32%
G = 25.84%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BE748F (or 0xBE748F) is known color: Tapestry. HEX triplet: BE, 74 and 8F. RGB value is (190,116,143). Sum of RGB (Red+Green+Blue) = 190+116+143=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 143 (56.25% from 255 or 31.85% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE748F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE748F is #418B70. Grayscale: #8D8D8D. Windows color (decimal): -4295537 or 9401534. OLE color: 9401534.

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

Color convert

RGB 190 116 143 -
CMYK 0 0.39 0.25 0.25
HSL 338.11º 0.36% 0.6% -
HSV(B) 338.11º 0.39% 0.75% -
XYZ 32.44 25.42 29.18 -
YUV 141.2 129.02 162.8 -
System Red Green Blue C M Y K H S L
Decimal 190 116 143 0 0.39 0.25 0.25 338.11 0.36 0.6
Hex BE 74 8F 0 27 19 19 152 24 3C
Octal 276 164 217 0 47 31 31 522 44 74
Binary 10111110 1110100 10001111 0 100111 11001 11001 101010010 100100 111100

Color Harmonies of #BE748F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE748F

Black with #BE748F

Text Example


Text Example

White with #BE748F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE748F; }

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

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

background-color css

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

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

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

border-color css

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

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

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