#BE749B

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

Shades of Hopbush #BE749B

Tints of Hopbush #BE749B

Color information

#BE749B (or 0xBE749B) is unknown color: approx Hopbush. HEX triplet: BE, 74 and 9B. RGB value is (190,116,155). Sum of RGB (Red+Green+Blue) = 190+116+155=461 (61% of max value = 765). Red value is 190 (74.61% from 255 or 41.21% from 461); Green value is 116 (45.70% from 255 or 25.16% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 190 - color contains mainly: red. Hex color #BE749B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE749B is #418B64. Grayscale: #8E8E8E. Windows color (decimal): -4295525 or 10187966. OLE color: 10187966.

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

Color convert

RGB190116155-
CMYK00.390.180.25
HSL328.38º36.27%60%-
HSV(B)328.38º38.95%74.51%-
XYZ33.425.834.23-
YUV142.57135.02161.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.21%
GREEN value IS 116 (45.70% from 255) = 25.16%
BLUE value IS 155 (60.94% from 255) = 33.62%
R=41.21%
G=25.16%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011615500.390.180.25328.3836.2760
HexBE749B0271219148243c
Octal27616423304722315104474
Binary1011111011101001001101101001111001011001101001000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE749B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE749B; }

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

 H1.HeaderClassName
 {
   color: #BE749B;
 }
 .AnyTagClassName
 {
   color: #BE749B;
 }
</style>
background-color css

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

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

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

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

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

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