Html Css Color HEX #BE6366 Mandy

📋 copy color: '#BE6366'

red 190 ◦ green 99 ◦ blue 102

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

Shades of Mandy #BE6366

Tints of Mandy #BE6366

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.32%

 BLUE value IS 102 (40.23% from 255) = 26.09%

R = 48.59%
G = 25.32%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BE6366 (or 0xBE6366) is known color: Mandy. HEX triplet: BE, 63 and 66. RGB value is (190,99,102). Sum of RGB (Red+Green+Blue) = 190+99+102=391 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.59% from 391); Green value is 99 (39.06% from 255 or 25.32% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6366 is #419C99. Grayscale: #7E7E7E. Windows color (decimal): -4299930 or 6710206. OLE color: 6710206.

HSL color Cylindrical-coordinate representation of color #BE6366: hue angle of 358.02º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BE6366 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 99 102 -
CMYK 0 0.48 0.46 0.25
HSL 358.02º 0.41% 0.57% -
HSV(B) 358.02º 0.48% 0.75% -
XYZ 28.1 20.83 15.11 -
YUV 126.55 114.15 173.26 -
System Red Green Blue C M Y K H S L
Decimal 190 99 102 0 0.48 0.46 0.25 358.02 0.41 0.57
Hex BE 63 66 0 30 2E 19 166 29 39
Octal 276 143 146 0 60 56 31 546 51 71
Binary 10111110 1100011 1100110 0 110000 101110 11001 101100110 101001 111001

Color Harmonies of #BE6366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6366

Black with #BE6366

Text Example


Text Example

White with #BE6366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6366; }

 p { color: rgb(190,99,102); }

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

background-color css

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

 a { background-color: rgb(190,99,102); }

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

border-color css

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

 span { border-color: rgb(190,99,102); }

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