Html Css Color HEX #BE5A5B Mandy

📋 copy color: '#BE5A5B'

red 190 ◦ green 90 ◦ blue 91

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

Shades of Mandy #BE5A5B

Tints of Mandy #BE5A5B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.26%

 BLUE value IS 91 (35.94% from 255) = 24.53%

R = 51.21%
G = 24.26%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BE5A5B (or 0xBE5A5B) is known color: Mandy. HEX triplet: BE, 5A and 5B. RGB value is (190,90,91). Sum of RGB (Red+Green+Blue) = 190+90+91=371 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.21% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5A5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5A5B is #41A5A4. Grayscale: #787878. Windows color (decimal): -4302245 or 5987006. OLE color: 5987006.

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

Color convert

RGB 190 90 91 -
CMYK 0 0.53 0.52 0.25
HSL 359.4º 0.43% 0.55% -
HSV(B) 359.4º 0.53% 0.75% -
XYZ 26.78 19.01 12.16 -
YUV 120.01 111.63 177.92 -
System Red Green Blue C M Y K H S L
Decimal 190 90 91 0 0.53 0.52 0.25 359.4 0.43 0.55
Hex BE 5A 5B 0 35 34 19 167 2B 37
Octal 276 132 133 0 65 64 31 547 53 67
Binary 10111110 1011010 1011011 0 110101 110100 11001 101100111 101011 110111

Color Harmonies of #BE5A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5A5B

Black with #BE5A5B

Text Example


Text Example

White with #BE5A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5A5B; }

 p { color: rgb(190,90,91); }

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

background-color css

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

 a { background-color: rgb(190,90,91); }

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

border-color css

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

 span { border-color: rgb(190,90,91); }

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