Html Css Color HEX #BE6061 Mandy

📋 copy color: '#BE6061'

red 190 ◦ green 96 ◦ blue 97

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

Shades of Mandy #BE6061

Tints of Mandy #BE6061

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.07%

 BLUE value IS 97 (38.28% from 255) = 25.33%

R = 49.61%
G = 25.07%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#BE6061 (or 0xBE6061) is known color: Mandy. HEX triplet: BE, 60 and 61. RGB value is (190,96,97). Sum of RGB (Red+Green+Blue) = 190+96+97=383 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.61% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6061 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6061 is #419F9E. Grayscale: #7C7C7C. Windows color (decimal): -4300703 or 6381758. OLE color: 6381758.

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

Color convert

RGB 190 96 97 -
CMYK 0 0.49 0.49 0.25
HSL 359.36º 0.42% 0.56% -
HSV(B) 359.36º 0.49% 0.75% -
XYZ 27.58 20.18 13.75 -
YUV 124.22 112.64 174.92 -
System Red Green Blue C M Y K H S L
Decimal 190 96 97 0 0.49 0.49 0.25 359.36 0.42 0.56
Hex BE 60 61 0 31 31 19 167 2A 38
Octal 276 140 141 0 61 61 31 547 52 70
Binary 10111110 1100000 1100001 0 110001 110001 11001 101100111 101010 111000

Color Harmonies of #BE6061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6061

Black with #BE6061

Text Example


Text Example

White with #BE6061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6061; }

 p { color: rgb(190,96,97); }

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

background-color css

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

 a { background-color: rgb(190,96,97); }

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

border-color css

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

 span { border-color: rgb(190,96,97); }

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