Html Css Color HEX #BE466A Blush

📋 copy color: '#BE466A'

red 190 ◦ green 70 ◦ blue 106

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

Shades of Blush #BE466A

Tints of Blush #BE466A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.13%

 BLUE value IS 106 (41.8% from 255) = 28.96%

R = 51.91%
G = 19.13%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE466A (or 0xBE466A) is known color: Blush. HEX triplet: BE, 46 and 6A. RGB value is (190,70,106). Sum of RGB (Red+Green+Blue) = 190+70+106=366 (48% of max value = 765). Red value is 190 (74.61% from 255 or 51.91% from 366); Green value is 70 (27.73% from 255 or 19.13% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 190 - color contains mainly: red. Hex color #BE466A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE466A is #41B995. Grayscale: #6D6D6D. Windows color (decimal): -4307350 or 6964926. OLE color: 6964926.

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

Color convert

RGB 190 70 106 -
CMYK 0 0.63 0.44 0.25
HSL 342º 0.48% 0.51% -
HSV(B) 342º 0.63% 0.75% -
XYZ 26.03 16.37 15.42 -
YUV 109.98 125.76 185.07 -
System Red Green Blue C M Y K H S L
Decimal 190 70 106 0 0.63 0.44 0.25 342 0.48 0.51
Hex BE 46 6A 0 3F 2C 19 156 30 33
Octal 276 106 152 0 77 54 31 526 60 63
Binary 10111110 1000110 1101010 0 111111 101100 11001 101010110 110000 110011

Color Harmonies of #BE466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE466A

Black with #BE466A

Text Example


Text Example

White with #BE466A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE466A; }

 p { color: rgb(190,70,106); }

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

background-color css

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

 a { background-color: rgb(190,70,106); }

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

border-color css

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

 span { border-color: rgb(190,70,106); }

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