#BE679B

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

Shades of Hopbush #BE679B

Tints of Hopbush #BE679B

Color information

#BE679B (or 0xBE679B) is unknown color: approx Hopbush. HEX triplet: BE, 67 and 9B. RGB value is (190,103,155). Sum of RGB (Red+Green+Blue) = 190+103+155=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 103 (40.62% from 255 or 22.99% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BE679B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE679B is #419864. Grayscale: #868686. Windows color (decimal): -4298853 or 10184638. OLE color: 10184638.

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

Color convert

RGB190103155-
CMYK00.460.180.25
HSL324.14º40.09%57.45%-
HSV(B)324.14º45.79%74.51%-
XYZ3223.0133.77-
YUV134.94139.32167.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.41%
GREEN value IS 103 (40.62% from 255) = 22.99%
BLUE value IS 155 (60.94% from 255) = 34.60%
R=42.41%
G=22.99%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010315500.460.180.25324.1440.0957.45
HexBE679B02E12191442839
Octal27614723305622315045071
Binary1011111011001111001101101011101001011001101000100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE679B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE679B; }

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

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

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

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

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

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

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

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