#BE66A6

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

Shades of Hopbush #BE66A6

Tints of Hopbush #BE66A6

Color information

#BE66A6 (or 0xBE66A6) is unknown color: approx Hopbush. HEX triplet: BE, 66 and A6. RGB value is (190,102,166). Sum of RGB (Red+Green+Blue) = 190+102+166=458 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.48% from 458); Green value is 102 (40.23% from 255 or 22.27% from 458); Blue value is 166 (65.23% from 255 or 36.24% from 458); Max value from RGB is 190 - color contains mainly: red. Hex color #BE66A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE66A6 is #419959. Grayscale: #878787. Windows color (decimal): -4299098 or 10905278. OLE color: 10905278.

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

Color convert

RGB190102166-
CMYK00.460.130.25
HSL316.36º40.37%57.25%-
HSV(B)316.36º46.32%74.51%-
XYZ32.8723.238.82-
YUV135.61145.15166.8-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.48%
GREEN value IS 102 (40.23% from 255) = 22.27%
BLUE value IS 166 (65.23% from 255) = 36.24%
R=41.48%
G=22.27%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010216600.460.130.25316.3640.3757.25
HexBE66A602ED1913c2839
Octal27614624605615314745071
Binary101111101100110101001100101110110111001100111100101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE66A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE66A6; }

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

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

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

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

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

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

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

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