Html Css Color HEX #BE545A Mandy

📋 copy color: '#BE545A'

red 190 ◦ green 84 ◦ blue 90

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

Shades of Mandy #BE545A

Tints of Mandy #BE545A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.08%

 BLUE value IS 90 (35.55% from 255) = 24.73%

R = 52.2%
G = 23.08%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BE545A (or 0xBE545A) is known color: Mandy. HEX triplet: BE, 54 and 5A. RGB value is (190,84,90). Sum of RGB (Red+Green+Blue) = 190+84+90=364 (48% of max value = 765). Red value is 190 (74.61% from 255 or 52.20% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 90 (35.55% from 255 or 24.73% from 364); Max value from RGB is 190 - color contains mainly: red. Hex color #BE545A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE545A is #41ABA5. Grayscale: #747474. Windows color (decimal): -4303782 or 5919934. OLE color: 5919934.

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

Color convert

RGB 190 84 90 -
CMYK 0 0.56 0.53 0.25
HSL 356.6º 0.45% 0.54% -
HSV(B) 356.6º 0.56% 0.75% -
XYZ 26.25 18.03 11.77 -
YUV 116.38 113.12 180.51 -
System Red Green Blue C M Y K H S L
Decimal 190 84 90 0 0.56 0.53 0.25 356.6 0.45 0.54
Hex BE 54 5A 0 38 35 19 165 2D 36
Octal 276 124 132 0 70 65 31 545 55 66
Binary 10111110 1010100 1011010 0 111000 110101 11001 101100101 101101 110110

Color Harmonies of #BE545A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE545A

Black with #BE545A

Text Example


Text Example

White with #BE545A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE545A; }

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

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

background-color css

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

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

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

border-color css

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

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

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