Html Css Color HEX #BE616C Blush

📋 copy color: '#BE616C'

red 190 ◦ green 97 ◦ blue 108

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

Shades of Blush #BE616C

Tints of Blush #BE616C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.56%

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

R = 48.1%
G = 24.56%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#BE616C (or 0xBE616C) is known color: Blush. HEX triplet: BE, 61 and 6C. RGB value is (190,97,108). Sum of RGB (Red+Green+Blue) = 190+97+108=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE616C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE616C is #419E93. Grayscale: #7E7E7E. Windows color (decimal): -4300436 or 7102910. OLE color: 7102910.

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

Color convert

RGB 190 97 108 -
CMYK 0 0.49 0.43 0.25
HSL 352.9º 0.42% 0.56% -
HSV(B) 352.9º 0.49% 0.75% -
XYZ 28.22 20.58 16.67 -
YUV 126.06 117.81 173.61 -
System Red Green Blue C M Y K H S L
Decimal 190 97 108 0 0.49 0.43 0.25 352.9 0.42 0.56
Hex BE 61 6C 0 31 2B 19 161 2A 38
Octal 276 141 154 0 61 53 31 541 52 70
Binary 10111110 1100001 1101100 0 110001 101011 11001 101100001 101010 111000

Color Harmonies of #BE616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE616C

Black with #BE616C

Text Example


Text Example

White with #BE616C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE616C; }

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

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

background-color css

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

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

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

border-color css

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

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

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