Html Css Color HEX #BE4166 Blush

📋 copy color: '#BE4166'

red 190 ◦ green 65 ◦ blue 102

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

Shades of Blush #BE4166

Tints of Blush #BE4166

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.21%

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

R = 53.22%
G = 18.21%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#BE4166 (or 0xBE4166) is known color: Blush. HEX triplet: BE, 41 and 66. RGB value is (190,65,102). Sum of RGB (Red+Green+Blue) = 190+65+102=357 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.22% from 357); Green value is 65 (25.78% from 255 or 18.21% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4166 is #41BE99. Grayscale: #6A6A6A. Windows color (decimal): -4308634 or 6701502. OLE color: 6701502.

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

Color convert

RGB 190 65 102 -
CMYK 0 0.66 0.46 0.25
HSL 342.24º 0.49% 0.5% -
HSV(B) 342.24º 0.66% 0.75% -
XYZ 25.52 15.69 14.25 -
YUV 106.59 125.41 187.49 -
System Red Green Blue C M Y K H S L
Decimal 190 65 102 0 0.66 0.46 0.25 342.24 0.49 0.5
Hex BE 41 66 0 42 2E 19 156 31 32
Octal 276 101 146 0 102 56 31 526 61 62
Binary 10111110 1000001 1100110 0 1000010 101110 11001 101010110 110001 110010

Color Harmonies of #BE4166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4166

Black with #BE4166

Text Example


Text Example

White with #BE4166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4166; }

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

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

background-color css

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

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

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

border-color css

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

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

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