Html Css Color HEX #BE769E Hopbush

📋 copy color: '#BE769E'

red 190 ◦ green 118 ◦ blue 158

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

Shades of Hopbush #BE769E

Tints of Hopbush #BE769E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.32%

 BLUE value IS 158 (62.11% from 255) = 33.91%

R = 40.77%
G = 25.32%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.25

RGB Variations

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

Color information

#BE769E (or 0xBE769E) is known color: Hopbush. HEX triplet: BE, 76 and 9E. RGB value is (190,118,158). Sum of RGB (Red+Green+Blue) = 190+118+158=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 118 (46.48% from 255 or 25.32% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BE769E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE769E is #418961. Grayscale: #909090. Windows color (decimal): -4295010 or 10385086. OLE color: 10385086.

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

Color convert

RGB 190 118 158 -
CMYK 0 0.38 0.17 0.25
HSL 326.67º 0.36% 0.6% -
HSV(B) 326.67º 0.38% 0.75% -
XYZ 33.89 26.37 35.65 -
YUV 144.09 135.85 160.75 -
System Red Green Blue C M Y K H S L
Decimal 190 118 158 0 0.38 0.17 0.25 326.67 0.36 0.6
Hex BE 76 9E 0 26 11 19 147 24 3C
Octal 276 166 236 0 46 21 31 507 44 74
Binary 10111110 1110110 10011110 0 100110 10001 11001 101000111 100100 111100

Color Harmonies of #BE769E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE769E

Black with #BE769E

Text Example


Text Example

White with #BE769E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE769E; }

 p { color: rgb(190,118,158); }

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

background-color css

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

 a { background-color: rgb(190,118,158); }

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

border-color css

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

 span { border-color: rgb(190,118,158); }

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