#BE689A

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

Shades of Hopbush #BE689A

Tints of Hopbush #BE689A

Color information

#BE689A (or 0xBE689A) is unknown color: approx Hopbush. HEX triplet: BE, 68 and 9A. RGB value is (190,104,154). Sum of RGB (Red+Green+Blue) = 190+104+154=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BE689A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE689A is #419765. Grayscale: #878787. Windows color (decimal): -4298598 or 10119358. OLE color: 10119358.

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

Color convert

RGB190104154-
CMYK00.450.190.25
HSL325.12º39.81%57.65%-
HSV(B)325.12º45.26%74.51%-
XYZ32.0223.1833.36-
YUV135.41138.49166.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.41%
GREEN value IS 104 (41.02% from 255) = 23.21%
BLUE value IS 154 (60.55% from 255) = 34.38%
R=42.41%
G=23.21%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010415400.450.190.25325.1239.8157.65
HexBE689A02D1319145283a
Octal27615023205523315055072
Binary1011111011010001001101001011011001111001101000101101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE689A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE689A; }

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

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

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

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

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

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

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

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