Html Css Color HEX #BE516F Blush

📋 copy color: '#BE516F'

red 190 ◦ green 81 ◦ blue 111

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

Shades of Blush #BE516F

Tints of Blush #BE516F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.2%

 BLUE value IS 111 (43.75% from 255) = 29.06%

R = 49.74%
G = 21.2%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#BE516F (or 0xBE516F) is known color: Blush. HEX triplet: BE, 51 and 6F. RGB value is (190,81,111). Sum of RGB (Red+Green+Blue) = 190+81+111=382 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.74% from 382); Green value is 81 (32.03% from 255 or 21.20% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 190 - color contains mainly: red. Hex color #BE516F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE516F is #41AE90. Grayscale: #757575. Windows color (decimal): -4304529 or 7295422. OLE color: 7295422.

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

Color convert

RGB 190 81 111 -
CMYK 0 0.57 0.42 0.25
HSL 343.49º 0.46% 0.53% -
HSV(B) 343.49º 0.57% 0.75% -
XYZ 27.05 17.98 17.08 -
YUV 117.01 124.61 180.06 -
System Red Green Blue C M Y K H S L
Decimal 190 81 111 0 0.57 0.42 0.25 343.49 0.46 0.53
Hex BE 51 6F 0 39 2A 19 157 2E 35
Octal 276 121 157 0 71 52 31 527 56 65
Binary 10111110 1010001 1101111 0 111001 101010 11001 101010111 101110 110101

Color Harmonies of #BE516F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE516F

Black with #BE516F

Text Example


Text Example

White with #BE516F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE516F; }

 p { color: rgb(190,81,111); }

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

background-color css

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

 a { background-color: rgb(190,81,111); }

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

border-color css

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

 span { border-color: rgb(190,81,111); }

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