#BE74A0

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

Shades of Hopbush #BE74A0

Tints of Hopbush #BE74A0

Color information

#BE74A0 (or 0xBE74A0) is unknown color: approx Hopbush. HEX triplet: BE, 74 and A0. RGB value is (190,116,160). Sum of RGB (Red+Green+Blue) = 190+116+160=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 116 (45.70% from 255 or 24.89% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BE74A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE74A0 is #418B5F. Grayscale: #8F8F8F. Windows color (decimal): -4295520 or 10515646. OLE color: 10515646.

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

Color convert

RGB190116160-
CMYK00.390.160.25
HSL324.32º36.27%60%-
HSV(B)324.32º38.95%74.51%-
XYZ33.8325.9836.49-
YUV143.14137.52161.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.77%
GREEN value IS 116 (45.70% from 255) = 24.89%
BLUE value IS 160 (62.89% from 255) = 34.33%
R=40.77%
G=24.89%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011616000.390.160.25324.3236.2760
HexBE74A00271019144243c
Octal27616424004720315044474
Binary1011111011101001010000001001111000011001101000100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE74A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE74A0; }

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

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

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

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

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

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

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

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