Html Css Color HEX #BE3D5E Blush

📋 copy color: '#BE3D5E'

red 190 ◦ green 61 ◦ blue 94

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

Shades of Blush #BE3D5E

Tints of Blush #BE3D5E

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.68%

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

R = 55.07%
G = 17.68%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#BE3D5E (or 0xBE3D5E) is known color: Blush. HEX triplet: BE, 3D and 5E. RGB value is (190,61,94). Sum of RGB (Red+Green+Blue) = 190+61+94=345 (45% of max value = 765). Red value is 190 (74.61% from 255 or 55.07% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE3D5E is #41C2A1. Grayscale: #676767. Windows color (decimal): -4309666 or 6176190. OLE color: 6176190.

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

Color convert

RGB 190 61 94 -
CMYK 0 0.68 0.51 0.25
HSL 344.65º 0.51% 0.49% -
HSV(B) 344.65º 0.68% 0.75% -
XYZ 24.92 15.09 12.19 -
YUV 103.33 122.74 189.82 -
System Red Green Blue C M Y K H S L
Decimal 190 61 94 0 0.68 0.51 0.25 344.65 0.51 0.49
Hex BE 3D 5E 0 44 33 19 159 33 31
Octal 276 75 136 0 104 63 31 531 63 61
Binary 10111110 111101 1011110 0 1000100 110011 11001 101011001 110011 110001

Color Harmonies of #BE3D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE3D5E

Black with #BE3D5E

Text Example


Text Example

White with #BE3D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE3D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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