Html Css Color HEX #BE4D6B Blush

📋 copy color: '#BE4D6B'

red 190 ◦ green 77 ◦ blue 107

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

Shades of Blush #BE4D6B

Tints of Blush #BE4D6B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.59%

 BLUE value IS 107 (42.19% from 255) = 28.61%

R = 50.8%
G = 20.59%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE4D6B (or 0xBE4D6B) is known color: Blush. HEX triplet: BE, 4D and 6B. RGB value is (190,77,107). Sum of RGB (Red+Green+Blue) = 190+77+107=374 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.80% from 374); Green value is 77 (30.47% from 255 or 20.59% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE4D6B is #41B294. Grayscale: #727272. Windows color (decimal): -4305557 or 7032254. OLE color: 7032254.

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

Color convert

RGB 190 77 107 -
CMYK 0 0.59 0.44 0.25
HSL 344.07º 0.47% 0.52% -
HSV(B) 344.07º 0.59% 0.75% -
XYZ 26.54 17.32 15.85 -
YUV 114.21 123.94 182.06 -
System Red Green Blue C M Y K H S L
Decimal 190 77 107 0 0.59 0.44 0.25 344.07 0.47 0.52
Hex BE 4D 6B 0 3B 2C 19 158 2F 34
Octal 276 115 153 0 73 54 31 530 57 64
Binary 10111110 1001101 1101011 0 111011 101100 11001 101011000 101111 110100

Color Harmonies of #BE4D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4D6B

Black with #BE4D6B

Text Example


Text Example

White with #BE4D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4D6B; }

 p { color: rgb(190,77,107); }

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

background-color css

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

 a { background-color: rgb(190,77,107); }

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

border-color css

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

 span { border-color: rgb(190,77,107); }

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