Html Css Color HEX #BE4A6C Blush

📋 copy color: '#BE4A6C'

red 190 ◦ green 74 ◦ blue 108

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

Shades of Blush #BE4A6C

Tints of Blush #BE4A6C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.89%

 BLUE value IS 108 (42.58% from 255) = 29.03%

R = 51.08%
G = 19.89%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE4A6C (or 0xBE4A6C) is known color: Blush. HEX triplet: BE, 4A and 6C. RGB value is (190,74,108). Sum of RGB (Red+Green+Blue) = 190+74+108=372 (49% of max value = 765). Red value is 190 (74.61% from 255 or 51.08% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 108 (42.58% from 255 or 29.03% from 372); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE4A6C is #41B593. Grayscale: #707070. Windows color (decimal): -4306324 or 7097022. OLE color: 7097022.

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

Color convert

RGB 190 74 108 -
CMYK 0 0.61 0.43 0.25
HSL 342.41º 0.47% 0.52% -
HSV(B) 342.41º 0.61% 0.75% -
XYZ 26.39 16.93 16.06 -
YUV 112.56 125.43 183.24 -
System Red Green Blue C M Y K H S L
Decimal 190 74 108 0 0.61 0.43 0.25 342.41 0.47 0.52
Hex BE 4A 6C 0 3D 2B 19 156 2F 34
Octal 276 112 154 0 75 53 31 526 57 64
Binary 10111110 1001010 1101100 0 111101 101011 11001 101010110 101111 110100

Color Harmonies of #BE4A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4A6C

Black with #BE4A6C

Text Example


Text Example

White with #BE4A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4A6C; }

 p { color: rgb(190,74,108); }

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

background-color css

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

 a { background-color: rgb(190,74,108); }

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

border-color css

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

 span { border-color: rgb(190,74,108); }

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