#BE679A

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

Shades of Hopbush #BE679A

Tints of Hopbush #BE679A

Color information

#BE679A (or 0xBE679A) is unknown color: approx Hopbush. HEX triplet: BE, 67 and 9A. RGB value is (190,103,154). Sum of RGB (Red+Green+Blue) = 190+103+154=447 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.51% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 154 (60.55% from 255 or 34.45% from 447); Max value from RGB is 190 - color contains mainly: red. Hex color #BE679A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE679A is #419865. Grayscale: #868686. Windows color (decimal): -4298854 or 10119102. OLE color: 10119102.

HSL color Cylindrical-coordinate representation of color #BE679A: hue angle of 324.83º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BE679A is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB190103154-
CMYK00.460.190.25
HSL324.83º40.09%57.45%-
HSV(B)324.83º45.79%74.51%-
XYZ31.9222.9833.33-
YUV134.83138.82167.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.51%
GREEN value IS 103 (40.62% from 255) = 23.04%
BLUE value IS 154 (60.55% from 255) = 34.45%
R=42.51%
G=23.04%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010315400.460.190.25324.8340.0957.45
HexBE679A02E13191452839
Octal27614723205623315055071
Binary1011111011001111001101001011101001111001101000101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE679A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE679A; }

 p { color: rgb(190,103,154); }

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

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

 a { background-color: rgb(190,103,154); }

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

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

 span { border-color: rgb(190,103,154); }

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