Html Css Color HEX #BE535B Mandy

📋 copy color: '#BE535B'

red 190 ◦ green 83 ◦ blue 91

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

Shades of Mandy #BE535B

Tints of Mandy #BE535B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.8%

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

R = 52.2%
G = 22.8%
B = 25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BE535B (or 0xBE535B) is known color: Mandy. HEX triplet: BE, 53 and 5B. RGB value is (190,83,91). Sum of RGB (Red+Green+Blue) = 190+83+91=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 91 (35.94% from 255 or 25% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE535B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE535B is #41ACA4. Grayscale: #737373. Windows color (decimal): -4304037 or 5985214. OLE color: 5985214.

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

Color convert

RGB 190 83 91 -
CMYK 0 0.56 0.52 0.25
HSL 355.51º 0.45% 0.54% -
HSV(B) 355.51º 0.56% 0.75% -
XYZ 26.22 17.89 11.97 -
YUV 115.91 113.95 180.85 -
System Red Green Blue C M Y K H S L
Decimal 190 83 91 0 0.56 0.52 0.25 355.51 0.45 0.54
Hex BE 53 5B 0 38 34 19 164 2D 36
Octal 276 123 133 0 70 64 31 544 55 66
Binary 10111110 1010011 1011011 0 111000 110100 11001 101100100 101101 110110

Color Harmonies of #BE535B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE535B

Black with #BE535B

Text Example


Text Example

White with #BE535B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE535B; }

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

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

background-color css

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

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

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

border-color css

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

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

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