Html Css Color HEX #BE758F Tapestry

📋 copy color: '#BE758F'

red 190 ◦ green 117 ◦ blue 143

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

Shades of Tapestry #BE758F

Tints of Tapestry #BE758F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26%

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

R = 42.22%
G = 26%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BE758F (or 0xBE758F) is known color: Tapestry. HEX triplet: BE, 75 and 8F. RGB value is (190,117,143). Sum of RGB (Red+Green+Blue) = 190+117+143=450 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.22% from 450); Green value is 117 (46.09% from 255 or 26% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 190 - color contains mainly: red. Hex color #BE758F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE758F is #418A70. Grayscale: #8D8D8D. Windows color (decimal): -4295281 or 9401790. OLE color: 9401790.

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

Color convert

RGB 190 117 143 -
CMYK 0 0.38 0.25 0.25
HSL 338.63º 0.36% 0.6% -
HSV(B) 338.63º 0.38% 0.75% -
XYZ 32.55 25.65 29.22 -
YUV 141.79 128.68 162.39 -
System Red Green Blue C M Y K H S L
Decimal 190 117 143 0 0.38 0.25 0.25 338.63 0.36 0.6
Hex BE 75 8F 0 26 19 19 153 24 3C
Octal 276 165 217 0 46 31 31 523 44 74
Binary 10111110 1110101 10001111 0 100110 11001 11001 101010011 100100 111100

Color Harmonies of #BE758F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE758F

Black with #BE758F

Text Example


Text Example

White with #BE758F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE758F; }

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

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

background-color css

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

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

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

border-color css

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

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

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