Html Css Color HEX #BE6668 Mandy

📋 copy color: '#BE6668'

red 190 ◦ green 102 ◦ blue 104

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

Shades of Mandy #BE6668

Tints of Mandy #BE6668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.26%

R = 47.98%
G = 25.76%
B = 26.26%

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

#BE6668 (or 0xBE6668) is known color: Mandy. HEX triplet: BE, 66 and 68. RGB value is (190,102,104). Sum of RGB (Red+Green+Blue) = 190+102+104=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6668 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6668 is #419997. Grayscale: #808080. Windows color (decimal): -4299160 or 6842046. OLE color: 6842046.

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

Color convert

RGB 190 102 104 -
CMYK 0 0.46 0.45 0.25
HSL 358.64º 0.4% 0.57% -
HSV(B) 358.64º 0.46% 0.75% -
XYZ 28.49 21.45 15.74 -
YUV 128.54 114.15 171.84 -
System Red Green Blue C M Y K H S L
Decimal 190 102 104 0 0.46 0.45 0.25 358.64 0.4 0.57
Hex BE 66 68 0 2E 2D 19 167 28 39
Octal 276 146 150 0 56 55 31 547 50 71
Binary 10111110 1100110 1101000 0 101110 101101 11001 101100111 101000 111001

Color Harmonies of #BE6668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6668

Black with #BE6668

Text Example


Text Example

White with #BE6668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6668; }

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

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

background-color css

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

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

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

border-color css

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

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

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