Html Css Color HEX #BE6070 Blush

📋 copy color: '#BE6070'

red 190 ◦ green 96 ◦ blue 112

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

Shades of Blush #BE6070

Tints of Blush #BE6070

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.12%

 BLUE value IS 112 (44.14% from 255) = 28.14%

R = 47.74%
G = 24.12%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BE6070 (or 0xBE6070) is known color: Blush. HEX triplet: BE, 60 and 70. RGB value is (190,96,112). Sum of RGB (Red+Green+Blue) = 190+96+112=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE6070 is #419F8F. Grayscale: #7D7D7D. Windows color (decimal): -4300688 or 7364798. OLE color: 7364798.

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

Color convert

RGB 190 96 112 -
CMYK 0 0.49 0.41 0.25
HSL 349.79º 0.42% 0.56% -
HSV(B) 349.79º 0.49% 0.75% -
XYZ 28.34 20.48 17.79 -
YUV 125.93 120.14 173.7 -
System Red Green Blue C M Y K H S L
Decimal 190 96 112 0 0.49 0.41 0.25 349.79 0.42 0.56
Hex BE 60 70 0 31 29 19 15E 2A 38
Octal 276 140 160 0 61 51 31 536 52 70
Binary 10111110 1100000 1110000 0 110001 101001 11001 101011110 101010 111000

Color Harmonies of #BE6070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6070

Black with #BE6070

Text Example


Text Example

White with #BE6070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6070; }

 p { color: rgb(190,96,112); }

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

background-color css

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

 a { background-color: rgb(190,96,112); }

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

border-color css

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

 span { border-color: rgb(190,96,112); }

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