#BE699F

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

Shades of Hopbush #BE699F

Tints of Hopbush #BE699F

Color information

#BE699F (or 0xBE699F) is unknown color: approx Hopbush. HEX triplet: BE, 69 and 9F. RGB value is (190,105,159). Sum of RGB (Red+Green+Blue) = 190+105+159=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 105 (41.41% from 255 or 23.13% from 454); Blue value is 159 (62.5% from 255 or 35.02% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BE699F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE699F is #419660. Grayscale: #888888. Windows color (decimal): -4298337 or 10447294. OLE color: 10447294.

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

Color convert

RGB190105159-
CMYK00.450.160.25
HSL321.88º39.53%57.84%-
HSV(B)321.88º44.74%74.51%-
XYZ32.5423.5535.63-
YUV136.57140.66166.11-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.85%
GREEN value IS 105 (41.41% from 255) = 23.13%
BLUE value IS 159 (62.5% from 255) = 35.02%
R=41.85%
G=23.13%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010515900.450.160.25321.8839.5357.84
HexBE699F02D1019142283a
Octal27615123705520315025072
Binary1011111011010011001111101011011000011001101000010101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE699F; }

 p { color: rgb(190,105,159); }

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

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

 a { background-color: rgb(190,105,159); }

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

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

 span { border-color: rgb(190,105,159); }

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