Html Css Color HEX #BE4B4D Mandy

📋 copy color: '#BE4B4D'

red 190 ◦ green 75 ◦ blue 77

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

Shades of Mandy #BE4B4D

Tints of Mandy #BE4B4D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.93%

 BLUE value IS 77 (30.47% from 255) = 22.51%

R = 55.56%
G = 21.93%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#BE4B4D (or 0xBE4B4D) is known color: Mandy. HEX triplet: BE, 4B and 4D. RGB value is (190,75,77). Sum of RGB (Red+Green+Blue) = 190+75+77=342 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.56% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4B4D is #41B4B2. Grayscale: #6D6D6D. Windows color (decimal): -4306099 or 5065662. OLE color: 5065662.

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

Color convert

RGB 190 75 77 -
CMYK 0 0.61 0.59 0.25
HSL 358.96º 0.47% 0.52% -
HSV(B) 358.96º 0.61% 0.75% -
XYZ 25.09 16.52 8.89 -
YUV 109.61 109.6 185.34 -
System Red Green Blue C M Y K H S L
Decimal 190 75 77 0 0.61 0.59 0.25 358.96 0.47 0.52
Hex BE 4B 4D 0 3D 3B 19 167 2F 34
Octal 276 113 115 0 75 73 31 547 57 64
Binary 10111110 1001011 1001101 0 111101 111011 11001 101100111 101111 110100

Color Harmonies of #BE4B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4B4D

Black with #BE4B4D

Text Example


Text Example

White with #BE4B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4B4D; }

 p { color: rgb(190,75,77); }

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

background-color css

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

 a { background-color: rgb(190,75,77); }

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

border-color css

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

 span { border-color: rgb(190,75,77); }

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