Html Css Color HEX #BE516A Blush

📋 copy color: '#BE516A'

red 190 ◦ green 81 ◦ blue 106

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

Shades of Blush #BE516A

Tints of Blush #BE516A

RGB

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

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

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

R = 50.4%
G = 21.49%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#BE516A (or 0xBE516A) is known color: Blush. HEX triplet: BE, 51 and 6A. RGB value is (190,81,106). Sum of RGB (Red+Green+Blue) = 190+81+106=377 (49% of max value = 765). Red value is 190 (74.61% from 255 or 50.40% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 190 - color contains mainly: red. Hex color #BE516A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE516A is #41AE95. Grayscale: #747474. Windows color (decimal): -4304534 or 6967742. OLE color: 6967742.

HSL color Cylindrical-coordinate representation of color #BE516A: hue angle of 346.24º 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 #BE516A is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 81 106 -
CMYK 0 0.57 0.44 0.25
HSL 346.24º 0.46% 0.53% -
HSV(B) 346.24º 0.57% 0.75% -
XYZ 26.78 17.87 15.67 -
YUV 116.44 122.11 180.47 -
System Red Green Blue C M Y K H S L
Decimal 190 81 106 0 0.57 0.44 0.25 346.24 0.46 0.53
Hex BE 51 6A 0 39 2C 19 15A 2E 35
Octal 276 121 152 0 71 54 31 532 56 65
Binary 10111110 1010001 1101010 0 111001 101100 11001 101011010 101110 110101

Color Harmonies of #BE516A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE516A

Black with #BE516A

Text Example


Text Example

White with #BE516A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE516A; }

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

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

background-color css

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

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

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

border-color css

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

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

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