Html Css Color HEX #BE7399 Hopbush

📋 copy color: '#BE7399'

red 190 ◦ green 115 ◦ blue 153

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

Shades of Hopbush #BE7399

Tints of Hopbush #BE7399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 33.41%

R = 41.48%
G = 25.11%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#BE7399 (or 0xBE7399) is known color: Hopbush. HEX triplet: BE, 73 and 99. RGB value is (190,115,153). Sum of RGB (Red+Green+Blue) = 190+115+153=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7399 is #418C66. Grayscale: #8D8D8D. Windows color (decimal): -4295783 or 10056638. OLE color: 10056638.

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

Color convert

RGB 190 115 153 -
CMYK 0 0.39 0.19 0.25
HSL 329.6º 0.37% 0.6% -
HSV(B) 329.6º 0.39% 0.75% -
XYZ 33.12 25.51 33.32 -
YUV 141.76 134.35 162.41 -
System Red Green Blue C M Y K H S L
Decimal 190 115 153 0 0.39 0.19 0.25 329.6 0.37 0.6
Hex BE 73 99 0 27 13 19 14A 25 3C
Octal 276 163 231 0 47 23 31 512 45 74
Binary 10111110 1110011 10011001 0 100111 10011 11001 101001010 100101 111100

Color Harmonies of #BE7399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE7399

Black with #BE7399

Text Example


Text Example

White with #BE7399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE7399; }

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

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

background-color css

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

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

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

border-color css

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

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

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