Html Css Color HEX #BE6669 Mandy

📋 copy color: '#BE6669'

red 190 ◦ green 102 ◦ blue 105

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

Shades of Mandy #BE6669

Tints of Mandy #BE6669

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.69%

 BLUE value IS 105 (41.41% from 255) = 26.45%

R = 47.86%
G = 25.69%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BE6669 (or 0xBE6669) is known color: Mandy. HEX triplet: BE, 66 and 69. RGB value is (190,102,105). Sum of RGB (Red+Green+Blue) = 190+102+105=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6669 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6669 is #419996. Grayscale: #808080. Windows color (decimal): -4299159 or 6907582. OLE color: 6907582.

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

Color convert

RGB 190 102 105 -
CMYK 0 0.46 0.45 0.25
HSL 357.95º 0.4% 0.57% -
HSV(B) 357.95º 0.46% 0.75% -
XYZ 28.54 21.47 16 -
YUV 128.65 114.65 171.76 -
System Red Green Blue C M Y K H S L
Decimal 190 102 105 0 0.46 0.45 0.25 357.95 0.4 0.57
Hex BE 66 69 0 2E 2D 19 166 28 39
Octal 276 146 151 0 56 55 31 546 50 71
Binary 10111110 1100110 1101001 0 101110 101101 11001 101100110 101000 111001

Color Harmonies of #BE6669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6669

Black with #BE6669

Text Example


Text Example

White with #BE6669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6669; }

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

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

background-color css

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

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

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

border-color css

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

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

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