Html Css Color HEX #BE7390 Hopbush

📋 copy color: '#BE7390'

red 190 ◦ green 115 ◦ blue 144

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

Shades of Hopbush #BE7390

Tints of Hopbush #BE7390

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.61%

 BLUE value IS 144 (56.64% from 255) = 32.07%

R = 42.32%
G = 25.61%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BE7390 (or 0xBE7390) is known color: Hopbush. HEX triplet: BE, 73 and 90. RGB value is (190,115,144). Sum of RGB (Red+Green+Blue) = 190+115+144=449 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.32% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7390 is #418C6F. Grayscale: #8C8C8C. Windows color (decimal): -4295792 or 9466814. OLE color: 9466814.

HSL color Cylindrical-coordinate representation of color #BE7390: hue angle of 336.8º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BE7390 is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 115 144 -
CMYK 0 0.39 0.24 0.25
HSL 336.8º 0.37% 0.6% -
HSV(B) 336.8º 0.39% 0.75% -
XYZ 32.4 25.22 29.55 -
YUV 140.73 129.85 163.14 -
System Red Green Blue C M Y K H S L
Decimal 190 115 144 0 0.39 0.24 0.25 336.8 0.37 0.6
Hex BE 73 90 0 27 18 19 151 25 3C
Octal 276 163 220 0 47 30 31 521 45 74
Binary 10111110 1110011 10010000 0 100111 11000 11001 101010001 100101 111100

Color Harmonies of #BE7390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7390

Black with #BE7390

Text Example


Text Example

White with #BE7390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7390; }

 p { color: rgb(190,115,144); }

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

background-color css

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

 a { background-color: rgb(190,115,144); }

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

border-color css

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

 span { border-color: rgb(190,115,144); }

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