Html Css Color HEX #BE5369 Blush

📋 copy color: '#BE5369'

red 190 ◦ green 83 ◦ blue 105

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

Shades of Blush #BE5369

Tints of Blush #BE5369

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.96%

 BLUE value IS 105 (41.41% from 255) = 27.78%

R = 50.26%
G = 21.96%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#BE5369 (or 0xBE5369) is known color: Blush. HEX triplet: BE, 53 and 69. RGB value is (190,83,105). Sum of RGB (Red+Green+Blue) = 190+83+105=378 (50% of max value = 765). Red value is 190 (74.61% from 255 or 50.26% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE5369 is #41AC96. Grayscale: #757575. Windows color (decimal): -4304023 or 6902718. OLE color: 6902718.

HSL color Cylindrical-coordinate representation of color #BE5369: hue angle of 347.66º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE5369 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 83 105 -
CMYK 0 0.56 0.45 0.25
HSL 347.66º 0.45% 0.54% -
HSV(B) 347.66º 0.56% 0.75% -
XYZ 26.88 18.15 15.45 -
YUV 117.5 120.95 179.71 -
System Red Green Blue C M Y K H S L
Decimal 190 83 105 0 0.56 0.45 0.25 347.66 0.45 0.54
Hex BE 53 69 0 38 2D 19 15C 2D 36
Octal 276 123 151 0 70 55 31 534 55 66
Binary 10111110 1010011 1101001 0 111000 101101 11001 101011100 101101 110110

Color Harmonies of #BE5369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5369

Black with #BE5369

Text Example


Text Example

White with #BE5369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5369; }

 p { color: rgb(190,83,105); }

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

background-color css

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

 a { background-color: rgb(190,83,105); }

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

border-color css

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

 span { border-color: rgb(190,83,105); }

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