Html Css Color HEX #BE465B Blush

📋 copy color: '#BE465B'

red 190 ◦ green 70 ◦ blue 91

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

Shades of Blush #BE465B

Tints of Blush #BE465B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.93%

R = 54.13%
G = 19.94%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.25

RGB Variations

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

Color information

#BE465B (or 0xBE465B) is known color: Blush. HEX triplet: BE, 46 and 5B. RGB value is (190,70,91). Sum of RGB (Red+Green+Blue) = 190+70+91=351 (46% of max value = 765). Red value is 190 (74.61% from 255 or 54.13% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 190 - color contains mainly: red. Hex color #BE465B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE465B is #41B9A4. Grayscale: #6C6C6C. Windows color (decimal): -4307365 or 5981886. OLE color: 5981886.

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

Color convert

RGB 190 70 91 -
CMYK 0 0.63 0.52 0.25
HSL 349.5º 0.48% 0.51% -
HSV(B) 349.5º 0.63% 0.75% -
XYZ 25.31 16.08 11.67 -
YUV 108.27 118.26 186.29 -
System Red Green Blue C M Y K H S L
Decimal 190 70 91 0 0.63 0.52 0.25 349.5 0.48 0.51
Hex BE 46 5B 0 3F 34 19 15E 30 33
Octal 276 106 133 0 77 64 31 536 60 63
Binary 10111110 1000110 1011011 0 111111 110100 11001 101011110 110000 110011

Color Harmonies of #BE465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE465B

Black with #BE465B

Text Example


Text Example

White with #BE465B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE465B; }

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

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

background-color css

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

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

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

border-color css

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

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

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