Html Css Color HEX #BE6190 Hopbush

📋 copy color: '#BE6190'

red 190 ◦ green 97 ◦ blue 144

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

Shades of Hopbush #BE6190

Tints of Hopbush #BE6190

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.51%

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

R = 44.08%
G = 22.51%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BE6190 (or 0xBE6190) is known color: Hopbush. HEX triplet: BE, 61 and 90. RGB value is (190,97,144). Sum of RGB (Red+Green+Blue) = 190+97+144=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6190 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE6190 is #419E6F. Grayscale: #828282. Windows color (decimal): -4300400 or 9462206. OLE color: 9462206.

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

Color convert

RGB 190 97 144 -
CMYK 0 0.49 0.24 0.25
HSL 329.68º 0.42% 0.56% -
HSV(B) 329.68º 0.49% 0.75% -
XYZ 30.54 21.51 28.93 -
YUV 130.17 135.81 170.68 -
System Red Green Blue C M Y K H S L
Decimal 190 97 144 0 0.49 0.24 0.25 329.68 0.42 0.56
Hex BE 61 90 0 31 18 19 14A 2A 38
Octal 276 141 220 0 61 30 31 512 52 70
Binary 10111110 1100001 10010000 0 110001 11000 11001 101001010 101010 111000

Color Harmonies of #BE6190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6190

Black with #BE6190

Text Example


Text Example

White with #BE6190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6190; }

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

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

background-color css

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

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

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

border-color css

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

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

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