Html Css Color HEX #BE779B Hopbush

📋 copy color: '#BE779B'

red 190 ◦ green 119 ◦ blue 155

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

Shades of Hopbush #BE779B

Tints of Hopbush #BE779B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.65%

 BLUE value IS 155 (60.94% from 255) = 33.41%

R = 40.95%
G = 25.65%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BE779B (or 0xBE779B) is known color: Hopbush. HEX triplet: BE, 77 and 9B. RGB value is (190,119,155). Sum of RGB (Red+Green+Blue) = 190+119+155=464 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.95% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 190 - color contains mainly: red. Hex color #BE779B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE779B is #418864. Grayscale: #909090. Windows color (decimal): -4294757 or 10188734. OLE color: 10188734.

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

Color convert

RGB 190 119 155 -
CMYK 0 0.37 0.18 0.25
HSL 329.58º 0.35% 0.61% -
HSV(B) 329.58º 0.37% 0.75% -
XYZ 33.75 26.51 34.35 -
YUV 144.33 134.02 160.57 -
System Red Green Blue C M Y K H S L
Decimal 190 119 155 0 0.37 0.18 0.25 329.58 0.35 0.61
Hex BE 77 9B 0 25 12 19 14A 23 3D
Octal 276 167 233 0 45 22 31 512 43 75
Binary 10111110 1110111 10011011 0 100101 10010 11001 101001010 100011 111101

Color Harmonies of #BE779B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE779B

Black with #BE779B

Text Example


Text Example

White with #BE779B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE779B; }

 p { color: rgb(190,119,155); }

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

background-color css

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

 a { background-color: rgb(190,119,155); }

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

border-color css

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

 span { border-color: rgb(190,119,155); }

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