Html Css Color HEX #BE759B Hopbush

📋 copy color: '#BE759B'

red 190 ◦ green 117 ◦ blue 155

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

Shades of Hopbush #BE759B

Tints of Hopbush #BE759B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 25.32%

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

R = 41.13%
G = 25.32%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#BE759B (or 0xBE759B) is known color: Hopbush. HEX triplet: BE, 75 and 9B. RGB value is (190,117,155). Sum of RGB (Red+Green+Blue) = 190+117+155=462 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.13% from 462); Green value is 117 (46.09% from 255 or 25.32% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 190 - color contains mainly: red. Hex color #BE759B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE759B is #418A64. Grayscale: #8F8F8F. Windows color (decimal): -4295269 or 10188222. OLE color: 10188222.

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

Color convert

RGB 190 117 155 -
CMYK 0 0.38 0.18 0.25
HSL 328.77º 0.36% 0.6% -
HSV(B) 328.77º 0.38% 0.75% -
XYZ 33.51 26.04 34.27 -
YUV 143.16 134.68 161.41 -
System Red Green Blue C M Y K H S L
Decimal 190 117 155 0 0.38 0.18 0.25 328.77 0.36 0.6
Hex BE 75 9B 0 26 12 19 149 24 3C
Octal 276 165 233 0 46 22 31 511 44 74
Binary 10111110 1110101 10011011 0 100110 10010 11001 101001001 100100 111100

Color Harmonies of #BE759B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE759B

Black with #BE759B

Text Example


Text Example

White with #BE759B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE759B; }

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

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

background-color css

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

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

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

border-color css

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

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

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