#BE66A2

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

Shades of Hopbush #BE66A2

Tints of Hopbush #BE66A2

Color information

#BE66A2 (or 0xBE66A2) is unknown color: approx Hopbush. HEX triplet: BE, 66 and A2. RGB value is (190,102,162). Sum of RGB (Red+Green+Blue) = 190+102+162=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 102 (40.23% from 255 or 22.47% from 454); Blue value is 162 (63.67% from 255 or 35.68% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BE66A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE66A2 is #41995D. Grayscale: #878787. Windows color (decimal): -4299102 or 10643134. OLE color: 10643134.

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

Color convert

RGB190102162-
CMYK00.460.150.25
HSL319.09º40.37%57.25%-
HSV(B)319.09º46.32%74.51%-
XYZ32.5123.0636.92-
YUV135.15143.15167.12-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.85%
GREEN value IS 102 (40.23% from 255) = 22.47%
BLUE value IS 162 (63.67% from 255) = 35.68%
R=41.85%
G=22.47%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010216200.460.150.25319.0940.3757.25
HexBE66A202EF1913f2839
Octal27614624205617314775071
Binary101111101100110101000100101110111111001100111111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE66A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE66A2; }

 p { color: rgb(190,102,162); }

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

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

 a { background-color: rgb(190,102,162); }

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

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

 span { border-color: rgb(190,102,162); }

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