Html Css Color HEX #BE5D83 Tapestry

📋 copy color: '#BE5D83'

red 190 ◦ green 93 ◦ blue 131

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

Shades of Tapestry #BE5D83

Tints of Tapestry #BE5D83

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.46%

 BLUE value IS 131 (51.56% from 255) = 31.64%

R = 45.89%
G = 22.46%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BE5D83 (or 0xBE5D83) is known color: Tapestry. HEX triplet: BE, 5D and 83. RGB value is (190,93,131). Sum of RGB (Red+Green+Blue) = 190+93+131=414 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.89% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 131 (51.56% from 255 or 31.64% from 414); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5D83 is #41A27C. Grayscale: #7E7E7E. Windows color (decimal): -4301437 or 8609214. OLE color: 8609214.

HSL color Cylindrical-coordinate representation of color #BE5D83: hue angle of 336.49º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BE5D83 is Cyan = 0, Magento = 0.51, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 93 131 -
CMYK 0 0.51 0.31 0.25
HSL 336.49º 0.43% 0.55% -
HSV(B) 336.49º 0.51% 0.75% -
XYZ 29.25 20.41 23.87 -
YUV 126.34 130.64 173.41 -
System Red Green Blue C M Y K H S L
Decimal 190 93 131 0 0.51 0.31 0.25 336.49 0.43 0.55
Hex BE 5D 83 0 33 1F 19 150 2B 37
Octal 276 135 203 0 63 37 31 520 53 67
Binary 10111110 1011101 10000011 0 110011 11111 11001 101010000 101011 110111

Color Harmonies of #BE5D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5D83

Black with #BE5D83

Text Example


Text Example

White with #BE5D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5D83; }

 p { color: rgb(190,93,131); }

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

background-color css

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

 a { background-color: rgb(190,93,131); }

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

border-color css

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

 span { border-color: rgb(190,93,131); }

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