Html Css Color HEX #BE4C6A Blush

📋 copy color: '#BE4C6A'

red 190 ◦ green 76 ◦ blue 106

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

Shades of Blush #BE4C6A

Tints of Blush #BE4C6A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.43%

 BLUE value IS 106 (41.8% from 255) = 28.49%

R = 51.08%
G = 20.43%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE4C6A (or 0xBE4C6A) is known color: Blush. HEX triplet: BE, 4C and 6A. RGB value is (190,76,106). Sum of RGB (Red+Green+Blue) = 190+76+106=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 76 (30.08% from 255 or 20.43% from 372); Blue value is 106 (41.80% from 255 or 28.49% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4C6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4C6A is #41B395. Grayscale: #717171. Windows color (decimal): -4305814 or 6966462. OLE color: 6966462.

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

Color convert

RGB 190 76 106 -
CMYK 0 0.60 0.44 0.25
HSL 344.21º 0.47% 0.52% -
HSV(B) 344.21º 0.6% 0.75% -
XYZ 26.42 17.16 15.55 -
YUV 113.51 123.77 182.56 -
System Red Green Blue C M Y K H S L
Decimal 190 76 106 0 0.60 0.44 0.25 344.21 0.47 0.52
Hex BE 4C 6A 0 3C 2C 19 158 2F 34
Octal 276 114 152 0 74 54 31 530 57 64
Binary 10111110 1001100 1101010 0 111100 101100 11001 101011000 101111 110100

Color Harmonies of #BE4C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4C6A

Black with #BE4C6A

Text Example


Text Example

White with #BE4C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4C6A; }

 p { color: rgb(190,76,106); }

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

background-color css

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

 a { background-color: rgb(190,76,106); }

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

border-color css

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

 span { border-color: rgb(190,76,106); }

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