#BE759B

Color #BE759B Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #BE759B

Tints of Hopbush #BE759B

Color information

#BE759B (or 0xBE759B) is unknown color: approx 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

RGB190117155-
CMYK00.380.180.25
HSL328.77º35.96%60.2%-
HSV(B)328.77º38.42%74.51%-
XYZ33.5126.0434.27-
YUV143.16134.68161.41-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011715500.380.180.25328.7735.9660.2
HexBE759B0261219149243c
Octal27616523304622315114474
Binary1011111011101011001101101001101001011001101001001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>