Html Css Color HEX #BE475E Blush

📋 copy color: '#BE475E'

red 190 ◦ green 71 ◦ blue 94

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

Shades of Blush #BE475E

Tints of Blush #BE475E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20%

 BLUE value IS 94 (37.11% from 255) = 26.48%

R = 53.52%
G = 20%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE475E (or 0xBE475E) is known color: Blush. HEX triplet: BE, 47 and 5E. RGB value is (190,71,94). Sum of RGB (Red+Green+Blue) = 190+71+94=355 (47% of max value = 765). Red value is 190 (74.61% from 255 or 53.52% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 190 - color contains mainly: red. Hex color #BE475E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE475E is #41B8A1. Grayscale: #6D6D6D. Windows color (decimal): -4307106 or 6178750. OLE color: 6178750.

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

Color convert

RGB 190 71 94 -
CMYK 0 0.63 0.51 0.25
HSL 348.4º 0.48% 0.51% -
HSV(B) 348.4º 0.63% 0.75% -
XYZ 25.51 16.26 12.38 -
YUV 109.2 119.42 185.63 -
System Red Green Blue C M Y K H S L
Decimal 190 71 94 0 0.63 0.51 0.25 348.4 0.48 0.51
Hex BE 47 5E 0 3F 33 19 15C 30 33
Octal 276 107 136 0 77 63 31 534 60 63
Binary 10111110 1000111 1011110 0 111111 110011 11001 101011100 110000 110011

Color Harmonies of #BE475E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE475E

Black with #BE475E

Text Example


Text Example

White with #BE475E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE475E; }

 p { color: rgb(190,71,94); }

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

background-color css

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

 a { background-color: rgb(190,71,94); }

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

border-color css

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

 span { border-color: rgb(190,71,94); }

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