Html Css Color HEX #BE649D Hopbush

📋 copy color: '#BE649D'

red 190 ◦ green 100 ◦ blue 157

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

Shades of Hopbush #BE649D

Tints of Hopbush #BE649D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.37%

 BLUE value IS 157 (61.72% from 255) = 35.12%

R = 42.51%
G = 22.37%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BE649D (or 0xBE649D) is known color: Hopbush. HEX triplet: BE, 64 and 9D. RGB value is (190,100,157). Sum of RGB (Red+Green+Blue) = 190+100+157=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 100 (39.45% from 255 or 22.37% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE649D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE649D is #419B62. Grayscale: #858585. Windows color (decimal): -4299619 or 10314942. OLE color: 10314942.

HSL color Cylindrical-coordinate representation of color #BE649D: hue angle of 322º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE649D is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 100 157 -
CMYK 0 0.47 0.17 0.25
HSL 322º 0.41% 0.57% -
HSV(B) 322º 0.47% 0.75% -
XYZ 31.88 22.5 34.56 -
YUV 133.41 141.32 168.37 -
System Red Green Blue C M Y K H S L
Decimal 190 100 157 0 0.47 0.17 0.25 322 0.41 0.57
Hex BE 64 9D 0 2F 11 19 142 29 39
Octal 276 144 235 0 57 21 31 502 51 71
Binary 10111110 1100100 10011101 0 101111 10001 11001 101000010 101001 111001

Color Harmonies of #BE649D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE649D

Black with #BE649D

Text Example


Text Example

White with #BE649D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE649D; }

 p { color: rgb(190,100,157); }

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

background-color css

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

 a { background-color: rgb(190,100,157); }

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

border-color css

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

 span { border-color: rgb(190,100,157); }

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